summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-06-06 22:47:50 -0700
committerDianne Hackborn <hackbod@google.com>2010-06-07 11:01:29 -0700
commitb7bb3b3df6cb3743ee43b71455d9525762e55b45 (patch)
tree948830404473ff0ac41bcf525f52c76f81912429 /api
parent7a68d3686aace4781ee6c25d8ab8704bebee34af (diff)
downloadframeworks_base-b7bb3b3df6cb3743ee43b71455d9525762e55b45.zip
frameworks_base-b7bb3b3df6cb3743ee43b71455d9525762e55b45.tar.gz
frameworks_base-b7bb3b3df6cb3743ee43b71455d9525762e55b45.tar.bz2
Fix bug in reporting a processes's dependent component.
Also add new action to show an app's details. Change-Id: I6ad3b3ac8462f5acf726ce76130882a262adff92
Diffstat (limited to 'api')
-rw-r--r--api/current.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 100f5bc..d002534 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -26404,6 +26404,17 @@
<parameter name="parcel" type="android.os.Parcel">
</parameter>
</constructor>
+<method name="clone"
+ return="android.app.Notification"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="describeContents"
return="int"
abstract="false"
@@ -138893,6 +138904,17 @@
visibility="public"
>
</field>
+<field name="ACTION_APPLICATION_DETAILS_SETTINGS"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value="&quot;android.settings.APPLICATION_DETAILS_SETTINGS&quot;"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="ACTION_APPLICATION_DEVELOPMENT_SETTINGS"
type="java.lang.String"
transient="false"
@@ -211379,6 +211401,17 @@
<parameter name="parent" type="android.view.ViewGroup">
</parameter>
</method>
+<method name="clone"
+ return="android.widget.RemoteViews"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="describeContents"
return="int"
abstract="false"