summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2015-03-17 15:59:06 -0700
committerRajesh Yengisetty <rajesh@cyngn.com>2015-03-17 23:01:20 +0000
commit5482c2f488e7ce312a85e7440b72865d1f2cf598 (patch)
treee833b7bf5af7febbf8ab45d8118c6f86b5500e0e /res/values
parentb4b01cdc995309f0b850c5de928d147b83e97fbd (diff)
downloadandroid_packages_apps_Trebuchet-5482c2f488e7ce312a85e7440b72865d1f2cf598.tar.gz
android_packages_apps_Trebuchet-5482c2f488e7ce312a85e7440b72865d1f2cf598.tar.bz2
android_packages_apps_Trebuchet-5482c2f488e7ce312a85e7440b72865d1f2cf598.zip
Trebuchet: disable search bar when there are no search activities
- On non-GMS devices, there are no Search apps which can support the search bar implementation. - Disable the search bar entirely if there is no search activity - Add a new utility method in SettingsProvider Change-Id: I3bcbceae4ceab308e4d797dad107e0a2ab72d673
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 389605e6d..416925135 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -82,4 +82,7 @@
<string name="drawer_type_pager">Paged</string>
<string name="setting_state_disabled">DISABLED</string>
+
+ <!-- Search Manager doesn't exist -->
+ <string name="search_activity_not_found">A search activity could not be found!</string>
</resources>