* commit 'a25526ae400641ae414d2dbf03495f54a0c46d2d': Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
This commit is contained in:
@@ -237,8 +237,9 @@ public class AppWidgetManager {
|
|||||||
/**
|
/**
|
||||||
* Sent when the custom extras for an AppWidget change.
|
* Sent when the custom extras for an AppWidget change.
|
||||||
*
|
*
|
||||||
* @see AppWidgetProvider#onAppWidgetExtrasChanged AppWidgetProvider#onAppWidgetExtrasChanged(
|
* @see AppWidgetProvider#onAppWidgetOptionsChanged
|
||||||
* Context context, AppWidgetManager appWidgetManager, int appWidgetId, Bundle newExtras)
|
* AppWidgetProvider.onAppWidgetOptionsChanged(Context context,
|
||||||
|
* AppWidgetManager appWidgetManager, int appWidgetId, Bundle newExtras)
|
||||||
*/
|
*/
|
||||||
public static final String ACTION_APPWIDGET_OPTIONS_CHANGED = "android.appwidget.action.APPWIDGET_UPDATE_OPTIONS";
|
public static final String ACTION_APPWIDGET_OPTIONS_CHANGED = "android.appwidget.action.APPWIDGET_UPDATE_OPTIONS";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user