diff --git a/api/11.xml b/api/11.xml index 6c06a0afda1a6..eb2c15c1be346 100644 --- a/api/11.xml +++ b/api/11.xml @@ -252338,21 +252338,6 @@ deprecated="not deprecated" visibility="public" > - - - - - - diff --git a/api/current.xml b/api/current.xml index c0779e73743c7..e5cadb7c6eb9c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -253946,21 +253946,6 @@ deprecated="not deprecated" visibility="public" > - - - - - - diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java index c336ccbbd9883..482ce56f83ae3 100644 --- a/core/java/android/widget/RemoteViews.java +++ b/core/java/android/widget/RemoteViews.java @@ -1274,18 +1274,6 @@ public class RemoteViews implements Parcelable, Filter { setInt(viewId, "setTextColor", color); } - /** - * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. - * - * @param viewId The id of the view whose text should change - * @param intent The intent of the service which will be - * providing data to the RemoteViewsAdapter - */ - public void setRemoteAdapter(int viewId, Intent intent) { - // Do nothing. This method will be removed after all widgets have been updated to the - // new API. - } - /** * Equivalent to calling {@link android.widget.AbsListView#setRemoteViewsAdapter(Intent)}. *