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

Commit 59e6749c authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add metrics constants / enums for removal dialog

Bug: 123605413

Test: Builds
Change-Id: I4693771066d02a5920d97790f2f9e0c40bc76b5c
parent e67e3903
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