diff options
| author | 2020-02-18 02:16:22 +0000 | |
|---|---|---|
| committer | 2020-02-18 02:16:22 +0000 | |
| commit | e65d5c94bd9bd9085bf7851da4beec1c870f26e4 (patch) | |
| tree | 349309cdaa6ed0b80b168d07ca822b13b90f2de8 | |
| parent | ea99a6640d6cb940078665d4f86d686a240dab55 (diff) | |
| parent | b4b35202f48f1fd1de1bf9085f8b49c8bb8f1cf8 (diff) | |
Merge "Add enum for conversation screen"
| -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; } |