alarmmanager
Android: AlarmManager pitfalls [duplicate]
This question already has answers here: How to get an Android WakeLock to work? (14 answers) 开发者_开发百科AlarmManager and WakeLock[详细]
2023-03-06 16:41 分类:问答Set an Alarm from My application
I want to create an alarm object from my application. I am writing a To-Do application which will have an option to set an Alarm on the phone.[详细]
2023-03-06 08:56 分类:问答Alarm Notification
can anyone now to how to play notification or sound or vibration using Alar开发者_如何学PythonmManager/service for a particular time and for a selected interval of time. Like from 6:00 PM to 9:00 Pm w[详细]
2023-03-05 21:47 分类:问答Android, trying to save data from a class inherted from BroadcastReceiver
I’m using the AlarmManager to go offever that goes off every day to send off alarms.As it sets off an alarm, it sets a flag saying bthat alarm has gone off.I was going to save these flags in a file.I[详细]
2023-03-05 11:39 分类:问答services using alarm manager
This is my 开发者_开发问答code, but it does not work. In settings activtiy: AlarmManager alarmManager = (AlarmManager) getSystemService(ALARM_SERVICE);[详细]
2023-03-05 10:30 分类:问答Android AlarmManager - RTC_WAKEUP vs ELAPSED_REALTIME_WAKEUP
Can someone explain to me the difference between AlarmManager.RTC_WAKEUP and AlarmManager.ELAPSED_REALTIME_WAKEUP? I have read the documentation but still don\'t really understand the implication of u[详细]
2023-03-04 19:52 分类:问答How to stop AlarmManager
I have a activity A, it regist开发者_StackOverflow中文版er AlarmManager to trigger another BroadcastReceiver B. When time is reached, onReceive() of B will be called, and start another activity C. A m[详细]
2023-03-04 04:37 分类:问答Is AlarmManager the only way to start a task if the application if not running (paused for example)?
If I use threads and not alarm manager, what happens with the thread if the application is paused or killed by Android?[详细]
2023-03-01 04:19 分类:问答Android background service and AlarmManager
I am coding an android application that gets the user position every 5 minutes, stores it in the database and sends it to a server.[详细]
2023-02-28 20:57 分类:问答Can somebody explain this weird behavior of AlarmManeger?
Following is a simple alarm invoking procedure, note the number of trout I want to catch: private void setReminder() {[详细]
2023-02-28 20:48 分类:问答