I read a lot of questions on here but couldn\'t figure out what the problem is.
I\'m writing a field service application for Android. In one of the Activities (MyAct
try this:
AlarmManager.setRepeating(AlarmManager.RTC_WAKEUP,,,);
I am doing for get one's current location with GPS, but my project works every 10 seconds. I have no idea now. And my code :
AlarmManager.setRepeating(AlarmManager.RTC_WAKEUP,System.currentTimeMillis(),6000000,pi);