Skip to content

Commit 844d2a9

Browse files
labtopiaddougherty
authored andcommitted
Doc update: ACTION_APPWIDGET_OPTIONS_CHANGED link
1 parent 61d85c4 commit 844d2a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/java/android/appwidget/AppWidgetManager.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,9 @@ public class AppWidgetManager {
237237
/**
238238
* Sent when the custom extras for an AppWidget change.
239239
*
240-
* @see AppWidgetProvider#onAppWidgetExtrasChanged AppWidgetProvider#onAppWidgetExtrasChanged(
241-
* Context context, AppWidgetManager appWidgetManager, int appWidgetId, Bundle newExtras)
240+
* @see AppWidgetProvider#onAppWidgetOptionsChanged
241+
* AppWidgetProvider.onAppWidgetOptionsChanged(Context context,
242+
* AppWidgetManager appWidgetManager, int appWidgetId, Bundle newExtras)
242243
*/
243244
public static final String ACTION_APPWIDGET_OPTIONS_CHANGED = "android.appwidget.action.APPWIDGET_UPDATE_OPTIONS";
244245

0 commit comments

Comments
 (0)