diff options
| author | 2019-12-23 15:40:41 +0800 | |
|---|---|---|
| committer | 2019-12-24 09:30:03 +0800 | |
| commit | 2a404dc64bf96da424a01be01634ad7116e6efdf (patch) | |
| tree | fb6574849f08580fd5f494af58c4533ba19fae61 | |
| parent | 7f7c31f9d5b6cb7f60351a66c5d087167ddd8e31 (diff) | |
Support caption second UI structure (1/n)
Add constants for captions appearance and more options.
Bug: 143502915
Test: manual
Change-Id: I1cea63a5988277bff71e803d59be0eda3c03baef
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 3006e98324e8..97c94ec25193 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; + } |