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

Commit e7a535c6 authored by Chienyuan's avatar Chienyuan
Browse files

Add new metrics constant for disable developer options

Bug: 80449594
Test: build Settings app
Change-Id: I7711d0e50309b0ed9eed0d2f863536d9f7825e2c
parent 0d7a9a27
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,5 +67,8 @@ enum PageId {

    // OPEN: Settings > Privacy
    TOP_LEVEL_PRIVACY = 1587;

    // OPEN: Settings > Developer options > Disable > Info dialog
    DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591;
}
+5 −0
Original line number Diff line number Diff line
@@ -6604,6 +6604,11 @@ message MetricsEvent {
    // OS: Q
    NOTIFICATION_DIRECT_REPLY_ACTION = 1590;

    // OPEN: Settings > Developer options > Disable > Info dialog
    // CATEGORY: SETTINGS
    // OS: Q
    DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591;

    // ---- End Q Constants, all Q constants go above this line ----

    // Add new aosp constants above this line.