summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-04-30 12:46:11 +0100
committerBjorn Bringert <bringert@android.com>2009-05-01 09:43:49 +0100
commita56b318cf2d4c3700899f9de394c5635761dda66 (patch)
treef41ebc7a29e529a4681b493682b8a19945e0231c /api
parent232cd50f152b919f0918ee3f9fbdaf6ee1ae9f63 (diff)
downloadframeworks_base-a56b318cf2d4c3700899f9de394c5635761dda66.zip
frameworks_base-a56b318cf2d4c3700899f9de394c5635761dda66.tar.gz
frameworks_base-a56b318cf2d4c3700899f9de394c5635761dda66.tar.bz2
NEW_API: Expose includeInGlobalSearch searchable attribute
If this attribute is provided and true, the searchable activity will be included in any global lists of search targets. This is needed to support third-party suggestion providers in global search. See http://b/issue?id=1819651
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 4818f76..93b3273 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -3914,6 +3914,17 @@
visibility="public"
>
</field>
+<field name="includeInGlobalSearch"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843374"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="indeterminate"
type="int"
transient="false"