diff options
| author | 2020-02-17 19:32:14 -0500 | |
|---|---|---|
| committer | 2020-02-17 19:34:01 -0500 | |
| commit | b4b35202f48f1fd1de1bf9085f8b49c8bb8f1cf8 (patch) | |
| tree | 93c79c4be5f01c8d7ab719ae593fd55641237ffd | |
| parent | 30965c45cedb4abd32a2975cdc3f9c62b43ef13b (diff) | |
Add enum for conversation screen
Test: make
Bug: 149583455
Change-Id: I14ae457bc4d301db48b48c86ac62f64ecd0c752f
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 53aa2bbd57ea..bf17c55c6bba 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2617,4 +2617,9 @@ enum PageId { // CATEGORY: SETTINGS // OS: R ADB_WIRELESS_DEVICE_QR_PAIRING_DIALOG = 1833; + + // OPEN: Settings > apps & notifications > notifications > conversations + // CATEGORY: SETTINGS + // OS: R + NOTIFICATION_CONVERSATION_LIST_SETTINGS = 1834; } |