summaryrefslogtreecommitdiff
path: root/res
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
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')
-rw-r--r--res/values/strings.xml5
-rw-r--r--res/xml/searchable.xml1
2 files changed, 5 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4d9b575..cc5184d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,11 +15,14 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
<!-- Search label for applications. -->
<string name="search_label">Apps</string>
<!-- Description line displayed for an application entry in the search suggest list. -->
<string name="application_desc">Application</string>
+
+ <!-- Description line displayed for 'apps' as a searchable item within system search
+ settings. -->
+ <string name="settings_description">Installed applications</string>
</resources>
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>