Increase app_label char limit to 40
Bug:22520763
Change-Id: Iab5981fbe43cec65451f6ea4fe532085f10ef0ef
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>