diff options
author | Bjorn Bringert <bringert@android.com> | 2009-04-30 12:46:11 +0100 |
---|---|---|
committer | Bjorn Bringert <bringert@android.com> | 2009-05-01 09:43:49 +0100 |
commit | a56b318cf2d4c3700899f9de394c5635761dda66 (patch) | |
tree | f41ebc7a29e529a4681b493682b8a19945e0231c /core | |
parent | 232cd50f152b919f0918ee3f9fbdaf6ee1ae9f63 (diff) | |
download | frameworks_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 'core')
-rw-r--r-- | core/res/res/values/public.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 75c3c55..072f0c3 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1095,6 +1095,7 @@ <public type="attr" name="extraTension" id="0x0101026b" /> <public type="attr" name="density" id="0x0101026c" /> <public type="attr" name="searchSuggestThreshold" id="0x0101026d" /> + <public type="attr" name="includeInGlobalSearch" id="0x0101026e" /> <public type="anim" name="anticipate_interpolator" id="0x010a0007" /> <public type="anim" name="overshoot_interpolator" id="0x010a0008" /> |