summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-06-30 18:37:26 -0700
committerMike LeBeau <mlebeau@android.com>2009-06-30 18:37:26 -0700
commitfa977178b8209d1a671ed3bfc912aaed9a737427 (patch)
treec42483005bc7da15228a1082c573806e1a873d28 /res/xml
parente6c2fdbc4ea2ece95f6c921f8dea6d7778d02bce (diff)
downloadApplicationsProvider-fa977178b8209d1a671ed3bfc912aaed9a737427.tar.gz
Add new searchSettingsDescription attribute for ApplicationProvider's searchable.
This will be shown under the individual searchable item in system search settings.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index 7764951..21f1b0e 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -21,5 +21,6 @@
android:searchMode="showSearchLabelAsBadge"
android:searchSuggestAuthority="applications"
android:searchSuggestIntentAction="android.intent.action.MAIN"
+ android:searchSettingsDescription="@string/settings_description"
>
</searchable>