In the SDK documentation, it states that when you have a Configuration
Activity, the widget OnUpdate() will NOT be called the first time:

"The onUpdate() method will not be called when the App Widget is
created (the system will not send the ACTION_APPWIDGET_UPDATE
broadcast when a configuration Activity is launched). It is the
responsibility of the configuration Activity to request an update from
the AppWidgetManager when the App Widget is first created. However,
onUpdate() will be called for subsequent updates—it is only skipped
the first time."

>From my debugging, this does not seem to be true.  OnUpdate() is
called a soon as I add a widget, before the configuration activity is
started.

Has anyone else noticed this?

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