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

Commit 3b4ca103 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix docs build issue

Change-Id: I901e5b80609bf5ae85b167ec01b7507714423e5c
parent 50f3d1ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2058,7 +2058,7 @@ public class RemoteViews implements Parcelable, Filter {
    }

    /**
     * Equivalent to calling {@link android.widget.AdapterView#setRemoteViewsAdapter(Intent)}.
     * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}.
     *
     * @param appWidgetId The id of the app widget which contains the specified view. (This
     *      parameter is ignored in this deprecated method)
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ import android.view.View;
import android.view.ViewGroup;

import java.util.ArrayList;
import java.util.HashMap;

/**
 * @hide