Hi,

I use an AlarmManager to refresh my widget view (the view not the data
displayed which are managed by the standard updatePeriodMillis).
The AlarmManager is configured to work with RTC. The documentation
indicates :
"Set the alarm type to either ELAPSED_REALTIME or RTC, which will only
deliver the alarm when the device is awake. Then set
updatePeriodMillis to zero ("0")."
I check that but my method continue to be called even if my screen is
OFF (device awake).

What's the issue ?

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