OSDN Git Service

Extend char limit for dialog title
authorjackqdyulei <jackqdyulei@google.com>
Thu, 13 Jul 2017 17:25:39 +0000 (10:25 -0700)
committerjackqdyulei <jackqdyulei@google.com>
Thu, 13 Jul 2017 17:25:39 +0000 (10:25 -0700)
Bug: 63396701
Test: Build
Change-Id: I6f873e42c52e66bab54de087ac7a478a9d6ce4f9

res/values/strings.xml

index e26c391..86a458e 100644 (file)
     <!-- Text for OK button in force stop dialog [CHAR LIMIT=30] -->
     <string name="dialog_stop_ok">Stop app</string>
 
-    <!-- Title for background usage dialog [CHAR LIMIT=60] -->
+    <!-- Title for background usage dialog [CHAR LIMIT=70] -->
     <string name="dialog_background_check_title">Turn off background usage &amp; stop app?</string>
     <!-- Message body for background usage dialog [CHAR LIMIT=NONE] -->
     <string name="dialog_background_check_message" product="default">Your phone can\'t manage battery normally because <xliff:g id="app">%1$s</xliff:g> keeps waking up your phone.\n\nTo try to fix this issue, you can stop <xliff:g id="app">%1$s</xliff:g> and prevent it from running in the background.</string>