diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 53aa2bbd57ea0..bf17c55c6bba2 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; }