summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJay Shrauner <shrauner@google.com>2015-07-17 08:57:25 -0700
committerJay Shrauner <shrauner@google.com>2015-07-17 08:58:13 -0700
commit333a9028766ba62f52e3bf9ea994ebccd05f13d3 (patch)
treee2f60437e8b99330dda0d2413499f12fedc67635 /res
parent0704702d882a2e81bd98655bdf34bf906e709038 (diff)
downloadandroid_packages_providers_TelephonyProvider-333a9028766ba62f52e3bf9ea994ebccd05f13d3.tar.gz
android_packages_providers_TelephonyProvider-333a9028766ba62f52e3bf9ea994ebccd05f13d3.tar.bz2
android_packages_providers_TelephonyProvider-333a9028766ba62f52e3bf9ea994ebccd05f13d3.zip
Increase app_label char limit to 40
Bug:22520763 Change-Id: Iab5981fbe43cec65451f6ea4fe532085f10ef0ef
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cb4a8d5..8fa3a58 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,7 +25,7 @@
<!-- Official label of the TelephonyProvider, as seen in the "Manage
Applications" UI. The TelephonyProvider stores configuration
info about the carrier and cell network, and also provides
- storage for SMS and MMS messages. [CHAR LIMIT=25] -->
+ storage for SMS and MMS messages. [CHAR LIMIT=40] -->
<string name="app_label" product="default">Phone and Messaging Storage</string>
</resources>