Merge "Update empty state for apps bypassing dnd" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
79336396df
@@ -8924,6 +8924,9 @@
|
||||
<!-- [CHAR LIMIT=100] Zen mode settings: Allow apps to bypass DND title-->
|
||||
<string name="zen_mode_bypassing_apps_title">App exceptions</string>
|
||||
|
||||
<!-- [CHAR LIMIT=120] Zen mode settings: No apps are bypassing DND -->
|
||||
<string name="zen_mode_bypassing_apps_subtext_none">No apps can override Do Not Disturb</string>
|
||||
|
||||
<!-- [CHAR LIMIT=120] Zen mode settings: Allow apps to bypass DND -->
|
||||
<plurals name="zen_mode_bypassing_apps_subtext">
|
||||
<item quantity="zero">No apps can override Do Not Disturb</item>
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
<Preference
|
||||
android:key="zen_mode_behavior_apps"
|
||||
android:title="@string/zen_category_apps"
|
||||
settings:controller="com.android.settings.notification.zen.ZenModeBypassingAppsPreferenceController"
|
||||
android:fragment="com.android.settings.notification.zen.ZenModeBypassingAppsSettings" />
|
||||
|
||||
<!-- All sounds -->
|
||||
|
||||
Reference in New Issue
Block a user