Additional settings page for apps bypassing dnd

Test: manual
Bug: 151845457
Change-Id: I83247f09748fca41498065e670a142a6a8b43377
This commit is contained in:
Beverly
2020-03-24 08:53:32 -04:00
parent 1a1b593449
commit 61664e969b

View File

@@ -2665,4 +2665,8 @@ enum PageId {
// Open: Settings > Sound > Do Not Disturb > People > Messages
// OS: R
DND_MESSAGES = 1839;
// Open: Settings > Sound > Do Not Disturb > Apps > <Choose App>
// OS: R
DND_APPS_BYPASSING = 1840;
}