diff --git a/core/java/android/appwidget/AppWidgetManager.java b/core/java/android/appwidget/AppWidgetManager.java index f67ec4a1ebf4b..20248b90d1e93 100644 --- a/core/java/android/appwidget/AppWidgetManager.java +++ b/core/java/android/appwidget/AppWidgetManager.java @@ -679,11 +679,13 @@ public class AppWidgetManager { } /** - * Updates the info for the supplied AppWidget provider. + * Updates the info for the supplied AppWidget provider. Apps can use this to change the default + * behavior of the widget based on the state of the app (for e.g., if the user is logged in + * or not). Calling this API completely replaces the previous definition. * *
* The manifest entry of the provider should contain an additional meta-data tag similar to - * {@link #META_DATA_APPWIDGET_PROVIDER} which should point to any additional definitions for + * {@link #META_DATA_APPWIDGET_PROVIDER} which should point to any alternative definitions for * the provider. * *