I have two widget providers (in the same app). The first has three
widgets on the homescreen. The second has one.

When I reboot the device, I notice that each provider is triggered
(with action android.appwidget.action.APPWIDGET_UPDATE) three times in
very quick succession.

The precise order is:

ENABLED (provider 1)
UPDATE (provider 1, with all widget ids corresponding to this
provider)
ENABLED (provider 2)
UPDATE (provider 2, with all widget ids corresponding to this
provider)
UPDATE (provider 1, with all widget ids corresponding to this
provider)
UPDATE (provider 2, with all widget ids corresponding to this
provider)
UPDATE (provider 1, with all widget ids corresponding to this
provider)
UPDATE (provider 2, with all widget ids corresponding to this
provider)

Anyone else observed this or have any ideas why this could be
happening?

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