Merge "Add snooze notification setting" into qt-dev
am: b8f7db90ce
Change-Id: I2059c7ac5ae2922bba2c3d22413b21ed0ee60979
This commit is contained in:
@@ -7903,6 +7903,9 @@
|
||||
<!-- Configure Notifications: setting summary [CHAR LIMIT=200] -->
|
||||
<string name="asst_capabilities_actions_replies_summary">Automatically show suggested actions & replies</string>
|
||||
|
||||
<!-- Configure Notifications: setting title, whether the snooze menu is shown on notifications [CHAR LIMIT=80] -->
|
||||
<string name="snooze_options_title">Allow notification snoozing</string>
|
||||
|
||||
<!-- Configure Notifications: setting title [CHAR LIMIT=80] -->
|
||||
<string name="hide_silent_icons_title">Hide icons from gentle notifications</string>
|
||||
|
||||
|
||||
@@ -79,6 +79,11 @@
|
||||
android:order="15"
|
||||
settings:initialExpandedChildrenCount="0">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="show_snooze_options"
|
||||
android:title="@string/snooze_options_title"
|
||||
settings:controller="com.android.settings.notification.SnoozeNotificationPreferenceController" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="asst_capabilities_actions_replies"
|
||||
android:title="@string/asst_capabilities_actions_replies_title"
|
||||
|
||||
Reference in New Issue
Block a user