diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 3006e98324e8f..97c94ec251930 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -716,7 +716,7 @@ enum PageId { // OS: 6.0 ACCESSIBILITY = 2; - // OPEN: Settings > Accessibility > Captions + // OPEN: Settings > Accessibility > Captions preference // CATEGORY: SETTINGS // OS: 6.0 ACCESSIBILITY_CAPTION_PROPERTIES = 3; @@ -2527,4 +2527,14 @@ enum PageId { // OS: R DIALOG_COLOR_INVERSION_EDIT_SHORTCUT = 1818; + // OPEN: Settings > Accessibility > Captions preference > Captions appearance + // CATEGORY: SETTINGS + // OS: R + ACCESSIBILITY_CAPTION_APPEARANCE = 1819; + + // OPEN: Settings > Accessibility > Captions preference > More options + // CATEGORY: SETTINGS + // OS: R + ACCESSIBILITY_CAPTION_MORE_OPTIONS = 1820; + }