Loading core/proto/android/app/settings_enums.proto +3 −1 Original line number Diff line number Diff line Loading @@ -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; } proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/proto/android/app/settings_enums.proto +3 −1 Original line number Diff line number Diff line Loading @@ -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; }
proto/src/metrics_constants/metrics_constants.proto +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading