diff options
| -rw-r--r-- | core/res/res/values/strings.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index cc347f9b2c8d..fd33ccdfb8c5 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5539,19 +5539,19 @@ <!-- Content description of the demoted feedback icon in the notification. [CHAR LIMIT=NONE] --> <string name="notification_feedback_indicator_demoted">This notification was ranked lower. Tap to provide feedback.</string> - <!-- Notification Intelligence --> - <!-- Title of notification indicating notification intelligence settings have changed when upgrading to S [CHAR LIMIT=30] --> - <string name="nas_upgrade_notification_title">Try enhanced notifications</string> + <!-- Enhanced Notifications --> + <!-- Title of notification indicating adaptive notifications setting need migration when upgrading to S [CHAR LIMIT=30] --> + <string name="nas_upgrade_notification_title">Enhanced notifications</string> <!-- Content of notification indicating users need to update the settings [CHAR LIMIT=NONE] --> - <string name="nas_upgrade_notification_content">To keep getting suggested actions, replies, and more, turn on enhanced notifications. Android Adaptive Notifications are no longer supported.</string> - <!-- Label of notification action button to turn on the notification intelligence [CHAR LIMIT=20] --> - <string name="nas_upgrade_notification_enable_action">Turn on</string> - <!-- Label of notification action button to turn off the notification intelligence [CHAR LIMIT=20] --> - <string name="nas_upgrade_notification_disable_action">Not now</string> - <!-- Label of notification action button to learn more about the notification intelligence settings [CHAR LIMIT=20] --> + <string name="nas_upgrade_notification_content">Suggested actions and replies are now provided by enhanced notifications. Android Adaptive Notifications are no longer supported.</string> + <!-- Label of notification action button to turn on the enhanced notifications [CHAR LIMIT=20] --> + <string name="nas_upgrade_notification_enable_action">OK</string> + <!-- Label of notification action button to turn off the enhanced notifications [CHAR LIMIT=20] --> + <string name="nas_upgrade_notification_disable_action">Turn off</string> + <!-- Label of notification action button to learn more about the enhanced notifications [CHAR LIMIT=20] --> <string name="nas_upgrade_notification_learn_more_action">Learn more</string> - <!-- Content of notification learn more dialog about the notification intelligence settings [CHAR LIMIT=NONE] --> - <string name="nas_upgrade_notification_learn_more_content">Enhanced notifications can read all notification content, including personal information like contact names and messages. This feature can also dismiss notifications or take actions on buttons in notifications, such as answering phone calls.\n\nThis feature can also turn Priority mode on or off and change related settings.</string> + <!-- Content of notification learn more dialog about the enhanced notifications [CHAR LIMIT=NONE] --> + <string name="nas_upgrade_notification_learn_more_content">Enhanced notifications replaced Android Adaptive Notifications in Android 12. This feature shows suggested actions and replies, and organizes your notifications.\n\nEnhanced notifications can access notification content, including personal information like contact names and messages. This feature can also dismiss or respond to notifications, such as answering phone calls and controlling Do Not Disturb.</string> <!-- Dynamic mode battery saver strings --> |