Sent to an Android.Appwidget.AppWidgetProvider after AppWidget state related to that provider has been restored from backup. The intent contains information about how to translate AppWidget ids from the restored data to their new equivalents.
The intent will contain the following extras:
AppWidgetManager.ExtraAppwidgetOldIds | The set of appWidgetIds represented in a restored backup that have been successfully incorporated into the current environment. This may be all of the AppWidgets known to this application, or just a subset. Each entry in this array of appWidgetIds has a corresponding entry in the AppWidgetManager.ExtraAppwidgetIds extra. |
AppWidgetManager.ExtraAppwidgetIds | The set of appWidgetIds now valid for this application. The app should look at its restored widget configuration and translate each appWidgetId in the AppWidgetManager.ExtraAppwidgetOldIds array to its new value found at the corresponding index within this array. |
This is a protected intent that can only be sent by the system.