diff options
| author | 2019-12-23 22:45:36 +0000 | |
|---|---|---|
| committer | 2019-12-23 22:45:36 +0000 | |
| commit | fe3aa5d6528c40189ec03437be2e0d5d49f9e2f9 (patch) | |
| tree | 6bfd05674999828088e927409ca747ebb5e72c72 | |
| parent | 968204675641121f1813dedde47275732161a428 (diff) | |
| parent | 58918f26818185e8b518cb2a9ba1bcc3b9ade4bf (diff) | |
Merge "Create settings for color inversion (1/n)"
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index b2a19cf50c62..3006e98324e8 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2517,4 +2517,14 @@ enum PageId { // OS: R DIALOG_MAGNIFICATION_CAPABILITY = 1816; + // OPEN: Settings > Accessibility > Color inversion + // CATEGORY: SETTINGS + // OS: R + ACCESSIBILITY_COLOR_INVERSION_SETTINGS = 1817; + + // OPEN: Settings > Accessibility > Color inversion > Edit shortcut dialog + // CATEGORY: SETTINGS + // OS: R + DIALOG_COLOR_INVERSION_EDIT_SHORTCUT = 1818; + } |