alarmmanager
Android: Save android.net.Uri object to Database
What i m trying to do is get the selected ringtone from the user, set an AlarmManager alarm to play that ringtone when the alarm goes Off. but I need to save the ringtone in the database so I can rese[详细]
2023-03-14 11:05 分类:问答AlarmManager & onStartCommand
I develop a GPS Tracking app on android. I use AlarmManager to wake up the device every 5 minutes. I developed a log file that shows that the application works great until a moment when I receieve[详细]
2023-03-14 02:24 分类:问答Alarm Manager doesn't work for me
I\'m trying to get the alarm to work, but it doesn\'t do anything, what do I\'m mising? My code is Calendar cal = Calendar.getInstance();[详细]
2023-03-14 02:01 分类:问答Which type of service in Android will use more system resources
Would it be better to have a s开发者_如何学Pythonervice that is continually running a timer and executing a task every five seconds.Or would it be more efficient to have an alarm manager starting the[详细]
2023-03-13 15:17 分类:问答How can I get my intent back from a service that is started by the AlarmManager?
I use an alarm service to jump to a service. when the service starts, hwo can I get the intent back(I want to get data from the intent)?[详细]
2023-03-12 07:30 分类:问答How can I remove alarm when user delete event?
I am adding an event to my schedule list and alarm has been fixed to that event. I have torepeat alarm for[详细]
2023-03-11 08:59 分类:问答ANDROID Remove reminder
I have reminder with a known ID, but couldn\'t find a solution to delete it... I have added Notification this way: http://developer.android.com/guide/topics/ui/notifiers/notifications.html and with Al[详细]
2023-03-10 18:06 分类:问答Allowing the phone to sleep while using RTC alarm on Android
I\'ve been seeing some strange issues using the Alarm manager in Android, despite the fact that I\'m using RTC (non Wakeup) the phone will reliably send the PendingIntents on the correct repeating int[详细]
2023-03-07 21:55 分类:问答AlarmManager, alarm is not called when the phone is asleep
AlarmManager alarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); long schedualed = getNextSchedualTime(context);[详细]
2023-03-07 01:42 分类:问答AlarmManager & NEXT_ALARM_FORMATTED
I am setting alarams as follows: AlarmManager alarm = (AlarmManager) getSystemService(Context.ALARM_SERVICE);[详细]
2023-03-07 01:06 分类:问答