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

Commit 94230254 authored by Edgar Wang's avatar Edgar Wang Committed by android-build-merger
Browse files

Merge "Add log metrics for Aware Display Settings" into qt-qpr1-dev

am: 2ee661e5

Change-Id: I74c79ceaac3ad51c434706d37aa4f28cb60ceadf
parents 5e73ae32 2ee661e5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2401,4 +2401,9 @@ enum PageId {
    // OS: Q
    // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog
    SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748;

    // OPEN: Settings > System > Aware > Aware Display
    // CATEGORY: SETTINGS
    // OS: Q
    SETTINGS_AWARE_DISPLAY = 1750;
}
+4 −0
Original line number Diff line number Diff line
@@ -7422,6 +7422,10 @@ message MetricsEvent {
    // OS: Q - QPR1
    ACTION_ACTIVITY_CHOOSER_PICKED_SYSTEM_TARGET = 1749;

    // OPEN: Settings > System > Aware > Aware Display
    // CATEGORY: SETTINGS
    // OS: Q
    SETTINGS_AWARE_DISPLAY = 1750;
    // ---- End Q Constants, all Q constants go above this line ----
    // Add new aosp constants above this line.
    // END OF AOSP CONSTANTS