diff options
| author | 2020-03-24 05:56:27 +0000 | |
|---|---|---|
| committer | 2020-03-24 05:56:27 +0000 | |
| commit | bb34bb5d375e97bb96d47fcebbd07472d5423fb3 (patch) | |
| tree | ad28a3599c3e29353f670e02630dee5cc4284ee1 | |
| parent | e5f640004209c77e90181f11170f304cf15f546c (diff) | |
| parent | 6287021ce9e8d1520881d4fc19663143ddf824c4 (diff) | |
Merge "Add People DND Settings pages" into rvc-dev
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index fc6e639f0aa0..ed2c5b2b4930 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2653,4 +2653,16 @@ enum PageId { // CATEGORY: SETTINGS // OS: R ADB_WIRELESS_DEVICE_DETAILS = 1836; + + // Open: Settings > Sound > Do Not Disturb > People > Conversations + // OS: R + DND_CONVERSATIONS = 1837; + + // Open: Settings > Sound > Do Not Disturb > People > Calls + // OS: R + DND_CALLS = 1838; + + // Open: Settings > Sound > Do Not Disturb > People > Messages + // OS: R + DND_MESSAGES = 1839; } |