From a5d12010193ec6d86704a35ee0cf36303ee851a3 Mon Sep 17 00:00:00 2001 From: Alison Cichowlas Date: Tue, 20 Jun 2017 13:30:51 -0400 Subject: [PATCH] Clarify "importance" settings for apps not targeting O. Bug: 37041902 Test: strings only; manually tested. Change-Id: Idfa756b5f2aacf41b82192d4a40f76d5a45c722b --- res/values/strings.xml | 8 ++++---- res/xml/legacy_channel_notification_settings.xml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index ec7183ace81..8157cbf4e82 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6810,11 +6810,11 @@ Urgent - - Allow sound + + Allow interruptions - - Don\'t make sound, vibrate, or peek these notifications into view on the current screen. + + Let the app make sound, vibrate, and/or pop notifications on screen diff --git a/res/xml/legacy_channel_notification_settings.xml b/res/xml/legacy_channel_notification_settings.xml index e2717050b29..519bf5d4875 100644 --- a/res/xml/legacy_channel_notification_settings.xml +++ b/res/xml/legacy_channel_notification_settings.xml @@ -27,7 +27,8 @@ + android:title="@string/allow_interruption" + android:summary="@string/allow_interruption_summary"/>