On Oct 13, 8:09 pm, EboMike <ebom...@gmail.com> wrote:
> Task killers aside, what about if the OS decides to stop a process
> because memory is low? Say an app has an alarm set to happen in 2
> hours, and the user decides to run Google Maps for a minute. Android
> might kill said app because memory runs low. Ten minutes later, the
> user is back on the home screen, but the alarm is gone for good until
> the user runs the app again. How would something like an alarmclock-
> style app handle that?
>
> -Mike
>
 Use Jason's solution.  Also if the system kills the Process the
system will later restart the Process if it had a Service running but
it is up to the service to reset its own state.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to