Ok, so how do  you schedule an alarm in the same way the alarm clock does?
So that once scheduled the application can be killed, but the alarm remains
?

On ny phone I regularly kill all processes using task manager, yet my alarn
continues to wake me up everyday.

Regards,Sy

On 13 Jun 2011 22:33, "Mark Murphy" <[email protected]> wrote:

On Mon, Jun 13, 2011 at 5:21 PM, Simon Platten
<[email protected]> wrote:
> Ty, makes sen...
Correct.

A user can only task-kill or force-stop you when your code is actively
running. That's what you did to your own app, and it nuked the
scheduled alarms.

One imagines that if you do the same to the alarm clock app, it would
have the same effect. The alarm clock app's code is only running
around the time the user is setting an alarm or when an alarm is
occurring.

--

Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware...

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

Reply via email to