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

Commit 1e6df5b4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add page id for financial apps sms access."

parents 70d74835 5172ec12
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -82,5 +82,7 @@ enum PageId {

    // OPEN: WifiDppEnrolleeActivity (android.settings.WIFI_DPP_ENROLLEE_XXX action intents)
    SETTINGS_WIFI_DPP_ENROLLEE = 1596;
}

    // OPEN: Settings > Apps & Notifications -> Special app access -> Financial Apps Sms Access
    SETTINGS_FINANCIAL_APPS_SMS_ACCESS = 1597;
}
+5 −0
Original line number Diff line number Diff line
@@ -6637,6 +6637,11 @@ message MetricsEvent {
    // OS: Q
    SETTINGS_WIFI_DPP_ENROLLEE = 1596;

    // OPEN: Settings > Apps & Notifications -> Special app access -> Financial Apps Sms Access
    // CATEGORY: SETTINGS
    // OS: Q
    SETTINGS_FINANCIAL_APPS_SMS_ACCESS = 1597;

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

    // Add new aosp constants above this line.