On Fri, Oct 23, 2009 at 6:16 AM, String <sterling.ud...@googlemail.com>wrote:

> I'm already using alarms to drive my widget updates. Problem is,
> alarms are unreliable, especially with the proliferation of task
> killer apps which abuse the API (see
>
> http://groups.google.com/group/android-developers/browse_thread/thread/3f87972d1f99ee81
> ).
> People have these running in the background, then I get complaints
> that my clock has stopped.


Well the underlying problem there is these #$#$#!! apps abusing that API.

I so regret having made that available.  I should have realized it was a bad
idea, because it violates a very basic tenant: one application should not be
able to disrupt the behavior of another.

Anyway, if possible it would be great if you chould tell your users that
their task killer app is causing their problems.  And it's not going to just
cause problems with alarms: it will unpost any notifications you have, stop
services you have running, etc.

-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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