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

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

Merge "Add metrics constants for dialog of magnification"

parents 9f2efe98 d4ebab83
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2412,4 +2412,18 @@ enum PageId {
    // OS: R
    SETTINGS_WIFI_CONFIGURE_NETWORK = 1800;

    // OPEN: Settings > Accessibility > Magnification
    // CATEGORY: SETTINGS
    // OS: R
    // Note: Shows up only when Magnify with shortcut is enabled
    // and under accessibility button mode.
    DIALOG_TOGGLE_SCREEN_MAGNIFICATION_ACCESSIBILITY_BUTTON = 1801;

    // OPEN: Settings > Accessibility > Magnification
    // CATEGORY: SETTINGS
    // OS: R
    // Note: Shows up only when Magnify with shortcut is enabled.
    // and under gesture navigation mode.
    DIALOG_TOGGLE_SCREEN_MAGNIFICATION_GESTURE_NAVIGATION = 1802;

}