summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-06-24 11:23:39 -0700
committerDianne Hackborn <hackbod@google.com>2010-06-24 11:38:47 -0700
commitbaf42c625c3ef4cb7b732956a97953efd93b23bc (patch)
tree42065f9b14d2bc9a5c123625b7248c5ee27387f3 /api
parent7fd22aab4506f65b7929ed1030bdd71c56f7db77 (diff)
downloadframeworks_base-baf42c625c3ef4cb7b732956a97953efd93b23bc.zip
frameworks_base-baf42c625c3ef4cb7b732956a97953efd93b23bc.tar.gz
frameworks_base-baf42c625c3ef4cb7b732956a97953efd93b23bc.tar.bz2
Add APIs for finding heavy-weight apps.
Change-Id: I6c865cce404cac1a08eee056f963de5d276d5898
Diffstat (limited to 'api')
-rw-r--r--api/current.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index f8c644e..8cc95ab 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -21750,6 +21750,17 @@
visibility="public"
>
</field>
+<field name="FLAG_HEAVY_WEIGHT"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="1"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="IMPORTANCE_BACKGROUND"
type="int"
transient="false"
@@ -21860,6 +21871,16 @@
visibility="public"
>
</field>
+<field name="flags"
+ type="int"
+ transient="false"
+ volatile="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="importance"
type="int"
transient="false"