On 24 February 2011 21:23, Jake Colman <[email protected]> wrote:
>
> My app is structured to use an IntentService to update an appwidget's
> RemoteViews.  The appwidget sets up a repeating alarm that, when
> triggered, causes the appwidget to start the IntentService.  If the
> phone is rebooted, the widget never gets repainted.  Is there a design
> paradigm that I am missing here to allow for my widget to survive a
> reboot?

There's no "survive a reboot" feature (which is good thing). You have
to listen to ACTION_BOOT_COMPLETED and then "survive" yourself, by
restoring all the alarms and the other things you need.

-- 
Regards,
Marcin

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