Merge "Up the character limit for thermal strings" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
95cdc61248
@@ -1914,11 +1914,11 @@
|
||||
<!-- Tuner string -->
|
||||
<string name="default_theme" translatable="false">Default</string>
|
||||
|
||||
<!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=30] -->
|
||||
<!-- Title for notification & dialog that the user's phone last shut down because it got too hot. [CHAR LIMIT=40] -->
|
||||
<string name="thermal_shutdown_title">Phone turned off due to heat</string>
|
||||
<!-- Message body for notification that user's phone last shut down because it got too hot. [CHAR LIMIT=100] -->
|
||||
<string name="thermal_shutdown_message">Your phone is now running normally</string>
|
||||
<!-- Text body for dialog alerting user that their phone last shut down bewcause it got too hot. [CHAR LIMIT=300] -->
|
||||
<!-- Text body for dialog alerting user that their phone last shut down because it got too hot. [CHAR LIMIT=450] -->
|
||||
<string name="thermal_shutdown_dialog_message">Your phone was too hot, so it turned off to cool down. Your phone is now running normally.\n\nYour phone may get too hot if you:\n\t• Use resource-intensive apps (such as gaming, video, or navigation apps)\n\t• Download or upload large files\n\t• Use your phone in high temperatures</string>
|
||||
|
||||
<!-- Title for notification (and dialog) that user's phone has reached a certain temperature and may start to slow down in order to cool down. [CHAR LIMIT=30] -->
|
||||
|
||||
Reference in New Issue
Block a user