Hi guys,

I did search on this but can't seem to find anything. Very strange.

I have a fast-update Widget using AlarmManager.
at "onEnabled()":
 - it sets the AlarmManager
 - loads config from sharedPreferences
 - sets an onClickListener

On normal reboot it works fine. Also screen rotates work and preserve
e.g. onClickListener.

But using the new HTC "Fast Boot" feature (a 3-second boot HTC feature
probably similar to S3 suspend):
 - AlarmManager still works as a process would be resumed after
suspend
 - config is not loaded (so my widget gets displayed according to a
default config from the constructor)
 - the onClickListener still works but then it gets lost after the
first rotate!

I observed that AppWidgetManager.onEnabled() is not called after this
"Fast boot", unlike the normal boot.

All I know about this HTC Fast Boot are some demo videos on youtube
and a checkbox option in "Settings->Applications": "Fast boot (Turn
off to use some Market apps".

Cheers!

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