diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-04-23 17:36:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-04-23 17:36:54 +0000 |
commit | 831dc426f113aad327313bc49caebedbb284e741 (patch) | |
tree | 7bd685b68cb69dcafe67fbad7f9c7f6ba43c92cc /proto/src | |
parent | 8fb57ca86cd30eadc7307f9b1e5528b5e4ff9fb4 (diff) | |
parent | 036f404d88bf857cd18eff3c1acf40f8ae7a0b64 (diff) |
Merge "Add action metrics for Wi-Fi provision features" into qt-dev
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/metrics_constants/metrics_constants.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index bf76fdbfda46..21c6035da038 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -7197,6 +7197,15 @@ message MetricsEvent { // OS: Q DIALOG_PREFERRED_SIM_PICKER = 1709; + // ACTION: Share a Wi-Fi network by generating a QR code + ACTION_SETTINGS_SHARE_WIFI_QR_CODE = 1710; + + // ACTION: Connect to a Wi-Fi network by scanning a QR code + ACTION_SETTINGS_ENROLL_WIFI_QR_CODE = 1711; + + // ACTION: Share Wi-Fi hotspot by generating a QR code + ACTION_SETTINGS_SHARE_WIFI_HOTSPOT_QR_CODE = 1712; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line. // END OF AOSP CONSTANTS |