diff options
| author | 2016-11-03 21:09:45 +0000 | |
|---|---|---|
| committer | 2016-11-03 21:09:49 +0000 | |
| commit | ab8220f340d0600a3ecb774df89dc0f3da16c65f (patch) | |
| tree | 18cd9cb7bcf39e443457c023f5bf2db08ab2997a | |
| parent | 8402d511c969a7e23871907e474470c93905d139 (diff) | |
| parent | 0d14da39c94baf36a5fdee3901148a7ebb43499f (diff) | |
Merge "Document Subtype additions for ACTION_WIFI_CONNECT, ACTION_WIFI_OFF."
| -rw-r--r-- | proto/src/metrics_constants.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index ba0725e2aeda..48bc27e1c440 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -689,6 +689,7 @@ message MetricsEvent { ACTION_WIFI_ADD_NETWORK = 134; // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network + // SUBTYPE: true if connecting to a saved network, false if not // CATEGORY: SETTINGS // OS: 6.0 ACTION_WIFI_CONNECT = 135; @@ -704,6 +705,7 @@ message MetricsEvent { ACTION_WIFI_FORGET = 137; // ACTION: Settings > Wi-Fi > Toggle off + // SUBTYPE: true if connected to network before toggle, false if not // CATEGORY: SETTINGS // OS: 6.0 ACTION_WIFI_OFF = 138; |