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