Android Alarm What is the difference between four types of Alarm that AlarmManager provides and when to use what? -


i want know difference between rtc, rtc_wakeup, elapsed_realtime, elapsed_realtime_wakeup.
want write alarm application set alarm , close application , expect alarm time set.
there multiple alarms. right writing emulator later test on device. in emulator, once set alarm , close emulator , restart it, cleared, find rtc, rtc_wakeup , elapsed_realtime. confused. should used elapsed_realtime_wakeup? have not seen tutorial using elapsed_realtime_wakeup. please explain. thanks.

you read :

http://developer.android.com/reference/android/app/alarmmanager.html

you have difference beetween alarms


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -