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

Commit a8efa46f authored by Ji Yang's avatar Ji Yang Committed by Android (Google) Code Review
Browse files

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

parents 46e11443 7c905ef5
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>