am d6807667: am 29135b81: am abca71ea: am 333a9028: Increase app_label char limit to 40

* commit 'd6807667ed2e95d5d28dd7a63b8a13ebf2a7a2e0':
  Increase app_label char limit to 40
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>