summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-09-29 10:59:28 -0700
committerBrian Carlstrom <bdc@google.com>2014-09-29 11:28:57 -0700
commit0824da26b4b1311cb594c08bb0e298b7facc1557 (patch)
tree3666c6de0f55cf9559a20f3b40f9cff6609080ab
parentb5140130839e70f1fb55a0bc81b11354b42b820b (diff)
downloadframeworks_base-0824da26b4b1311cb594c08bb0e298b7facc1557.zip
frameworks_base-0824da26b4b1311cb594c08bb0e298b7facc1557.tar.gz
frameworks_base-0824da26b4b1311cb594c08bb0e298b7facc1557.tar.bz2
Add string for no boot.art notification
Bug: 17679443 Change-Id: Ib3283392882e8b35ee3a7903bbf71e8bfa948eed
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 9fc7801..4aabc84 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -3388,6 +3388,8 @@
<string name="low_internal_storage_view_title">Storage space running out</string>
<!-- If the device is getting low on internal storage, a notification is shown to the user. This is the message of that notification. -->
<string name="low_internal_storage_view_text">Some system functions may not work</string>
+ <!-- If the device does not have storage for the main system classes, a notification is shown to the user. This is the message of that notification. -->
+ <string name="low_internal_storage_view_text_no_boot">Not enough storage for the system. Make sure you have 250MB of free space and restart.</string>
<!-- [CHAR LIMIT=NONE] Stub notification title for an app running a service that has provided
a bad bad notification for itself. -->