Add a settings for notification history

Test: atest
Bug: 137396965
Change-Id: Id575bd8ef34f977200384f95c0244cbbb073e027
This commit is contained in:
Julia Reynolds
2020-02-10 09:25:39 -05:00
parent 21fb342499
commit 28bc10faba
4 changed files with 279 additions and 0 deletions

View File

@@ -8028,6 +8028,12 @@
<!-- Configure Notifications: setting summary [CHAR LIMIT=200] -->
<string name="asst_capabilities_actions_replies_summary">Automatically show suggested actions &amp; replies</string>
<!-- Configure notifications: settings summary [CHAR LIMIT=NONE] -->
<string name="notification_history_summary">Turn on notification history to keep track of past notifications and snoozed notifications</string>
<!-- Configure notifications: settings title [CHAR LIMIT=100] -->
<string name="notification_history">Notification history</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>