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

Commit 5172ec12 authored by Hongming Jin's avatar Hongming Jin
Browse files

Add page id for financial apps sms access.

Bug: 111207447
Test: rebuild
Change-Id: I0adc1ebdee96f1796c80ba55bc54ec4793f16b5e
parent 73faed93
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.