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

Commit 3ec026d6 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Add metrics constants / enums for removal dialog"

parents b86f9d1c 59e6749c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2305,4 +2305,8 @@ enum PageId {

    // Open: Settings > Special App Access > Do not disturb control for app
    ZEN_ACCESS_DETAIL = 1692;

    // OPEN: Settings > Face > Remove face
    // OS: Q
    DIALOG_FACE_REMOVE = 1693;
}
+4 −0
Original line number Diff line number Diff line
@@ -7120,6 +7120,10 @@ message MetricsEvent {
    // Open: Settings > Special App Access > Do not disturb control for app
    ZEN_ACCESS_DETAIL = 1692;

    // OPEN: Settings > Face > Remove face
    // OS: Q
    DIALOG_FACE_REMOVE = 1693;

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