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

Commit 89106cdb authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Merge "Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the...

Merge "Adding API AppWidgetHost.getAppWidgetIds() to get active widgets of the host" into oc-dev am: 7790695b
am: fa7cc655

Change-Id: Ic916650a42614c88dca4050078bd854c3546288a
parents 5f21d7be fa7cc655
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7065,6 +7065,7 @@ package android.appwidget {
    method public static void deleteAllHosts();
    method public void deleteAppWidgetId(int);
    method public void deleteHost();
    method public int[] getAppWidgetIds();
    method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProvidersChanged();
+1 −0
Original line number Diff line number Diff line
@@ -7531,6 +7531,7 @@ package android.appwidget {
    method public static void deleteAllHosts();
    method public void deleteAppWidgetId(int);
    method public void deleteHost();
    method public int[] getAppWidgetIds();
    method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProvidersChanged();
+1 −0
Original line number Diff line number Diff line
@@ -7096,6 +7096,7 @@ package android.appwidget {
    method public static void deleteAllHosts();
    method public void deleteAppWidgetId(int);
    method public void deleteHost();
    method public int[] getAppWidgetIds();
    method protected android.appwidget.AppWidgetHostView onCreateView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProviderChanged(int, android.appwidget.AppWidgetProviderInfo);
    method protected void onProvidersChanged();
+0 −2
Original line number Diff line number Diff line
@@ -276,8 +276,6 @@ public class AppWidgetHost {

    /**
     * Gets a list of all the appWidgetIds that are bound to the current host
     *
     * @hide
     */
    public int[] getAppWidgetIds() {
        try {