diff options
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 21c6035da038..fe92d45b297d 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7206,6 +7206,13 @@ message MetricsEvent { // ACTION: Share Wi-Fi hotspot by generating a QR code ACTION_SETTINGS_SHARE_WIFI_HOTSPOT_QR_CODE = 1712; + // OPEN: Settings > Network & internet > Mobile network > Delete sim + DIALOG_DELETE_SIM_CONFIRMATION = 1713; + + // OPEN: Settings > Network & internet > Mobile network > Delete sim > (answer yes to + // confirmation) + DIALOG_DELETE_SIM_PROGRESS = 1714; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |