From 0fd9be211881d3942e44962c6dff364719443c3b Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 19 Jan 2011 11:44:25 -0800 Subject: [PATCH] Removing deprecated widget api method. Change-Id: I0610dcb5cf1001b2b7e86d78a88addf174cedd77 --- api/11.xml | 15 --------------- api/current.xml | 15 --------------- core/java/android/widget/RemoteViews.java | 12 ------------ 3 files changed, 42 deletions(-) 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 73581f16e8299..d10003140551e 100644 --- a/api/current.xml +++ b/api/current.xml @@ -252483,21 +252483,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)}. *