summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2015-07-17 10:06:20 -0700
committerStephen Bird <sbird@cyngn.com>2015-08-13 17:18:54 -0700
commite709bdd23575be9c951910ed2bea892f013afcc8 (patch)
treefaf715ff2fe2576135c042e84dfa6961ecbd7439 /res
parent6fcb1c4bd0f44986a214c5714552c854d974a0dc (diff)
downloadandroid_packages_apps_Trebuchet-e709bdd23575be9c951910ed2bea892f013afcc8.tar.gz
android_packages_apps_Trebuchet-e709bdd23575be9c951910ed2bea892f013afcc8.tar.bz2
android_packages_apps_Trebuchet-e709bdd23575be9c951910ed2bea892f013afcc8.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. Conflicts: res/values/cm_strings.xml Ticket: QRDL-991 Change-Id: I971483806b27e3a75ef0d5bb89d8dfb86f97511e
Diffstat (limited to 'res')
-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 6f1899a9e..73ac3b1f6 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -85,4 +85,7 @@
<string name="drawer_type_pager">Paged</string>
<string name="setting_state_disabled">DISABLED</string>
+
+ <!-- App not available toast text -->
+ <string name="app_not_available">App not available</string>
</resources>