diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index bf17c55c6bba2..0aaf41e6c497d 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2622,4 +2622,9 @@ enum PageId { // CATEGORY: SETTINGS // OS: R NOTIFICATION_CONVERSATION_LIST_SETTINGS = 1834; + + // Panel for Media Output Group operation + // CATEGORY: SETTINGS + // OS: R + PANEL_MEDIA_OUTPUT_GROUP = 1835; }