Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c905ef5 authored by Ji Yang's avatar Ji Yang
Browse files

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

Bug: 26232405
Change-Id: I979daab3d416b16ac4e1e488134f25ff75bad873
parent c9fd313f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>
+4 −0
Original line number Diff line number Diff line
@@ -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>