diff options
author | Mike LeBeau <mlebeau@android.com> | 2009-06-30 18:26:21 -0700 |
---|---|---|
committer | Mike LeBeau <mlebeau@android.com> | 2009-06-30 18:26:21 -0700 |
commit | f763e8f42df8e99b84420c80eaff24b3573ff0bc (patch) | |
tree | 6171508b99ea7e11e217ee02a8e378445e6d59e3 /api | |
parent | f9eca3d43aed870774633a176aa691d3e530a12b (diff) | |
download | frameworks_base-f763e8f42df8e99b84420c80eaff24b3573ff0bc.zip frameworks_base-f763e8f42df8e99b84420c80eaff24b3573ff0bc.tar.gz frameworks_base-f763e8f42df8e99b84420c80eaff24b3573ff0bc.tar.bz2 |
Add new attribute 'searchSettingsDescription' for use within an app's
searchable.xml. This attribute defines the string to be shown as the
description a searchable in the 'searchable items' section of system
search settings.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/api/current.xml b/api/current.xml index 1287f59..7faca03 100644 --- a/api/current.xml +++ b/api/current.xml @@ -3408,17 +3408,6 @@ visibility="public" > </field> -<field name="donut_resource_pad22" - type="int" - transient="false" - volatile="false" - value="16843402" - static="true" - final="true" - deprecated="not deprecated" - visibility="public" -> -</field> <field name="donut_resource_pad3" type="int" transient="false" @@ -7302,6 +7291,17 @@ visibility="public" > </field> +<field name="searchSettingsDescription" + type="int" + transient="false" + volatile="false" + value="16843402" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="searchSuggestAuthority" type="int" transient="false" |