summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yuri Lin <yurilin@google.com> 2022-04-18 21:44:56 +0000
committer Yuri Lin <yurilin@google.com> 2022-04-18 21:45:04 +0000
commit5dda0e1dc00b44ce406e773f7916cc7ee9a80857 (patch)
tree4f63114b92e395cc63e0265ffb5d1629ee47452e
parent03c9ba8aed5ae5fcfc5a5821821f565e321c7170 (diff)
Update string to say "Starting in Android 13" rather than just "In Android 13"
This phrasing is a bit more future-proof if people upgrade from S directly to a later version than T and see a notification telling them of the changes. Bug: 225373531 Change-Id: If4ea39e973ae0b9ba0377887dba42a9c7cec8ce4 Test: TH/manual
-rw-r--r--core/res/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 6104701f2158..ff87ac07b291 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -5773,7 +5773,7 @@
<!-- Title for notification inviting users to review their notification settings [CHAR LIMIT=NONE] -->
<string name="review_notification_settings_title">Review notification settings</string>
<!-- Content of notification informing users of notification permission change, and inviting them to modify current settings. [CHAR LIMIT=NONE]-->
- <string name="review_notification_settings_text">In Android 13, apps that you install need your permission to send notifications. Tap to change this permission for existing apps.</string>
+ <string name="review_notification_settings_text">Starting in Android 13, apps that you install need your permission to send notifications. Tap to change this permission for existing apps.</string>
<!-- Notification action text for having this notification come back later [CHAR LIMIT=20] -->
<string name="review_notification_settings_remind_me_action">Remind me later</string>
<!-- Notification action text to dismiss this notification [CHAR LIMIT=20]-->