[android-developers] Re: Alarm when process not started

2013-05-30 Thread Piren
3.0. it in the release notes On Wednesday, May 29, 2013 9:05:31 PM UTC+3, RichardC wrote: > > If you kill your application with the standard build-in Task-Killer and > you are on Android 4.1+ (I think that's the version might be 3+) then you > Application will not be run again until manually sta

[android-developers] Re: Alarm when process not started

2013-05-29 Thread mbaroukh
You are right ! Thanks a lot. I killed the app with "kill " and this time, the alarm started at expected time. I didn't knew this feature but it makes sense. thanks again. Mike Le mercredi 29 mai 2013 20:05:31 UTC+2, RichardC a écrit : > > If you kill your application with the standard build-i

[android-developers] Re: Alarm when process not started

2013-05-29 Thread RichardC
If you kill your application with the standard build-in Task-Killer and you are on Android 4.1+ (I think that's the version might be 3+) then you Application will not be run again until manually started by an end-user. If you exit normally (press back) then your alarms should work as expected.