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

Commit d4ebab83 authored by Kevin Chang's avatar Kevin Chang
Browse files

Add metrics constants for dialog of magnification

Add some constants needed for a new tutorial dialog
that shows up only when Magnify with shortcut is enabled.

Test: none, just a metrics change
Bug: 134639303
Change-Id: I9a63dc63d4248e4beb8491a51497f902f20bd1bb
parent 33c921c6
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;

}