Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aece904d authored by Kevin Chang's avatar Kevin Chang Committed by Android (Google) Code Review
Browse files

Merge "Add metrics constants for accessibility edit dialog"

parents 6ce02151 8cbb274b
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -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;

}