Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 359c64d4 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Updating javadoc for updateAppWidgetProviderInfo API" into pi-dev

am: 90df705a

Change-Id: I853654b3750fcc97c245daf5fa5ccf41a0e7f5ea
parents a83d179b 90df705a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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.
     *
     * <p>
     * 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.
     *
     * <p>