am c446ae83: Merge "Removing deprecated widget api method." into honeycomb
* commit 'c446ae83e08fb451589dbacba9aa3f89d0d6acb0': Removing deprecated widget api method.
This commit is contained in:
15
api/11.xml
15
api/11.xml
@@ -252338,21 +252338,6 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="viewId" type="int">
|
||||
</parameter>
|
||||
<parameter name="intent" type="android.content.Intent">
|
||||
</parameter>
|
||||
</method>
|
||||
<method name="setRemoteAdapter"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="appWidgetId" type="int">
|
||||
</parameter>
|
||||
<parameter name="viewId" type="int">
|
||||
|
||||
@@ -253946,21 +253946,6 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="viewId" type="int">
|
||||
</parameter>
|
||||
<parameter name="intent" type="android.content.Intent">
|
||||
</parameter>
|
||||
</method>
|
||||
<method name="setRemoteAdapter"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="false"
|
||||
final="false"
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="appWidgetId" type="int">
|
||||
</parameter>
|
||||
<parameter name="viewId" type="int">
|
||||
|
||||
@@ -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)}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user