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

Commit 255464a1 authored by Fan Zhang's avatar Fan Zhang
Browse files

Add metric enums for zen access control page.

Bug: 128547723
Test: rebuild
Change-Id: I7a45fa91259497ceba9aafc0d55964e1f7e280d3
parent ab5e7fab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2302,4 +2302,7 @@ enum PageId {

    // Panel for Wifi
    PANEL_WIFI = 1687;

    // Open: Settings > Special App Access > Do not disturb control for app
    ZEN_ACCESS_DETAIL = 1692;
}
+3 −0
Original line number Diff line number Diff line
@@ -7117,6 +7117,9 @@ message MetricsEvent {
    // overridden by the system.
    FIELD_NOTIFICATION_IMPORTANCE_ASST = 1691;

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

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