diff options
| author | 2019-12-16 17:48:46 +0800 | |
|---|---|---|
| committer | 2019-12-18 09:36:25 +0800 | |
| commit | 8cbb274b51e1a62814244f8e9b2be62f33a122f0 (patch) | |
| tree | 53bc24b8b79dab55da3cc3b1f5c9f98e5fc8ab2e | |
| parent | cd67f7a3327fa002877cae0b96e17badc468b132 (diff) | |
Add metrics constants for accessibility edit dialog
Add constants for a new accessibility edit shortcut dialog.
Test: none, just a metrics change
Bug: 142531156
Change-Id: Ic737ace687561dea93849ad937944e03783ece3d
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index e3e07de3556e..44581af10b95 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2477,4 +2477,31 @@ enum PageId { // CATEGORY: SETTINGS // OS: R PANEL_ADD_WIFI_NETWORKS = 1809; + + // OPEN: Settings > Accessibility > Enable accessibility service > Show tutorial dialog + // CATEGORY: SETTINGS + // OS: R + DIALOG_TOGGLE_SCREEN_ACCESSIBILITY_BUTTON = 1810; + + // OPEN: Settings > Accessibility > Enable accessibility service > Show tutorial dialog in + // gesture mode + // CATEGORY: SETTINGS + // OS: R + DIALOG_TOGGLE_SCREEN_GESTURE_NAVIGATION = 1811; + + // OPEN: Settings > Accessibility > Edit shortcut dialog + // CATEGORY: SETTINGS + // OS: R + DIALOG_ACCESSIBILITY_SERVICE_EDIT_SHORTCUT = 1812; + + // OPEN: Settings > Accessibility > Magnification > Edit shortcut dialog + // CATEGORY: SETTINGS + // OS: R + DIALOG_MAGNIFICATION_EDIT_SHORTCUT = 1813; + + // OPEN: Settings > Accessibility > Color correction > Edit shortcut dialog + // CATEGORY: SETTINGS + // OS: R + DIALOG_DALTONIZER_EDIT_SHORTCUT = 1814; + } |