summaryrefslogtreecommitdiffstats
path: root/res/xml/searchable.xml
diff options
context:
space:
mode:
authorMike LeBeau <mlebeau@android.com>2009-06-30 18:33:06 -0700
committerMike LeBeau <mlebeau@android.com>2009-06-30 18:33:06 -0700
commitd45fb4d8b2d9c1d67fb1dd0454636ec468371dae (patch)
tree65f6109161baa23d661ed7f97897b414508ffea4 /res/xml/searchable.xml
parent47fdfdb989ffb79590a39c40792be995de32e521 (diff)
downloadandroid_packages_apps_Gello-d45fb4d8b2d9c1d67fb1dd0454636ec468371dae.tar.gz
android_packages_apps_Gello-d45fb4d8b2d9c1d67fb1dd0454636ec468371dae.tar.bz2
android_packages_apps_Gello-d45fb4d8b2d9c1d67fb1dd0454636ec468371dae.zip
Add new searchSettingsDescription attribute for Browser's searchable.
This will be shown under the individual searchable item in system search settings.
Diffstat (limited to 'res/xml/searchable.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 bb578c62..a3b2d90e 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -27,6 +27,7 @@
android:inputType="textUri"
android:imeOptions="actionGo"
+ android:searchSettingsDescription="@string/search_settings_description"
android:searchSuggestAuthority="browser"
android:searchSuggestSelection="url LIKE ?"
android:searchSuggestIntentAction="android.intent.action.VIEW"