summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-07-17 10:06:20 -0700
committerTom Powell <zifnab@zifnab06.net>2017-03-26 16:18:41 -0700
commite9d903cfbedfd971050e4a71059236c0264aa7e2 (patch)
tree9d2231ef30584c53ce653e12fa1c1358690e58c7 /res/values
parentc83157f0f55b1c3733be26db07e4e4f525fb083b (diff)
downloadandroid_packages_apps_Trebuchet-e9d903cfbedfd971050e4a71059236c0264aa7e2.tar.gz
android_packages_apps_Trebuchet-e9d903cfbedfd971050e4a71059236c0264aa7e2.tar.bz2
android_packages_apps_Trebuchet-e9d903cfbedfd971050e4a71059236c0264aa7e2.zip
Show apps as unavailable when on unmounted storage
This patch allows shortcuts to apps that are currently unavailable due to being on unmounted external storage to remain on the workspace and in folders. The icons will be disabled and grayed out until the external storage is mounted. Issue-id: CYNGNOS-1344 Change-Id: I971483806b27e3a75ef0d5bb89d8dfb86f97511e
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 8d3527e9f..1c6aaf868 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -74,4 +74,7 @@
<!-- Search Manager doesn't exist -->
<string name="search_activity_not_found">A search activity could not be found!</string>
+
+ <!-- App not available toast text -->
+ <string name="app_not_available">App not available</string>
</resources>