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

Commit 0ae4ceb7 authored by Mehdi Alizadeh's avatar Mehdi Alizadeh Committed by android-build-merger
Browse files

Merge "Adds metrics categories for gesture navigation dialogs" into qt-dev

am: cdd5808b

Change-Id: Iac70534bd1115c4a96ffd71000e9a929bfc061f5
parents 9dec042f cdd5808b
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -2053,7 +2053,7 @@ enum PageId {
    // OS: P
    WIFI_SCANNING_NEEDED_DIALOG = 1373;

    // OPEN: Settings > System > Gestures > Swipe up gesture
    // OPEN: Settings > System > Gestures > System navigation
    // CATEGORY: SETTINGS
    // OS: P
    SETTINGS_GESTURE_SWIPE_UP = 1374;
@@ -2389,4 +2389,16 @@ enum PageId {
    // CATEGORY: SETTINGS
    // OS: Q
    MODULE_LICENSES_DASHBOARD = 1746;

    // OPEN: Settings > System > Gestures > System navigation > Info icon
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Info icon is visible only when gesture navigation is not available and disabled
    SETTINGS_GESTURE_NAV_NOT_AVAILABLE_DLG = 1747;

    // OPEN: Settings > System > Gestures > System navigation > Gear icon
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog
    SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748;
}
+13 −1
Original line number Diff line number Diff line
@@ -5780,7 +5780,7 @@ message MetricsEvent {
    // OS: P
    WIFI_SCANNING_NEEDED_DIALOG = 1373;

    // OPEN: Settings > System > Gestures > Swipe up gesture
    // OPEN: Settings > System > Gestures > System navigation
    // CATEGORY: SETTINGS
    // OS: P
    SETTINGS_GESTURE_SWIPE_UP = 1374;
@@ -7402,6 +7402,18 @@ message MetricsEvent {
    // OS: Q
    MODULE_LICENSES_DASHBOARD = 1746;

    // OPEN: Settings > System > Gestures > System navigation > Info icon
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Info icon is visible only when gesture navigation is not available and disabled
    SETTINGS_GESTURE_NAV_NOT_AVAILABLE_DLG = 1747;

    // OPEN: Settings > System > Gestures > System navigation > Gear icon
    // CATEGORY: SETTINGS
    // OS: Q
    // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog
    SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748;

    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS