New string constants shown when new SMS arrives while phone is locked.

Bug: 26232405
Change-Id: I979daab3d416b16ac4e1e488134f25ff75bad873
This commit is contained in:
Ji Yang
2016-01-21 17:29:50 -08:00
parent c9fd313f94
commit 7c905ef519
2 changed files with 9 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>