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

Commit f85f1aeb authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Fix docs build issue"

parents d663b8cf 3b4ca103
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