Commits

Jeff Sharkey authored eda4be30a2a
Correctly deliver AppWidgetProvider.onDeleted() events. When the AppWidgetService sends APPWIDGET_DELETED broadcasts, it only sends a single APPWIDGET_ID extra. This change fixes the Provider to handle this extra correctly. Fixes http://b/issue?id=1800738