New string constants shown when new SMS arrives while phone is locked.
Bug: 26232405 Change-Id: I979daab3d416b16ac4e1e488134f25ff75bad873
This commit is contained in:
@@ -4185,4 +4185,9 @@
|
||||
<string name="suspended_package_title">%1$s disabled</string>
|
||||
<!-- Message for dialog displayed when a packge is suspended by device admin. [CHAR LIMIT=NONE] -->
|
||||
<string name="suspended_package_message">Disabled by %1$s administrator. Contact them to learn more.</string>
|
||||
|
||||
<!-- Notification title shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
|
||||
<string name="new_sms_notification_title">You have new messages</string>
|
||||
<!-- Notification content shown when new SMS/MMS is received while the device is locked [CHAR LIMIT=NONE] -->
|
||||
<string name="new_sms_notification_content">Open SMS app to view</string>
|
||||
</resources>
|
||||
|
||||
@@ -2499,4 +2499,8 @@
|
||||
<java-symbol type="string" name="work_mode_turn_on" />
|
||||
<java-symbol type="string" name="suspended_package_title" />
|
||||
<java-symbol type="string" name="suspended_package_message" />
|
||||
|
||||
<!-- New SMS notification while phone is locked. -->
|
||||
<java-symbol type="string" name="new_sms_notification_title" />
|
||||
<java-symbol type="string" name="new_sms_notification_content" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user