diff options
| author | 2017-01-19 04:17:15 +0000 | |
|---|---|---|
| committer | 2017-01-19 04:17:19 +0000 | |
| commit | 697d9bae293edc816107d8c915219819c1eb565e (patch) | |
| tree | 8e5ad1e7ae027c91b0e80be755c890b868118162 | |
| parent | 689003251e5609c8a5affa94ef6ffc0fb1840fb0 (diff) | |
| parent | c100962d9c54f8df240f368b9e1a41d51bb91032 (diff) | |
Merge "Add AUTO_FILL_MANAGE metrics action."
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 50049400f726..690eb883be24 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3275,6 +3275,9 @@ message MetricsEvent { // OPEN: Settings > Apps > Default Apps > Warning dialog to confirm selection DEFAULT_APP_PICKER_CONFIRMATION_DIALOG = 791; + // OPEN: Settings > Apps > Default Apps > Default auto-fill app + DEFAULT_AUTO_FILL_PICKER = 792; + // ---- End O Constants, all O constants go above this line ---- // OPEN: QS NFC tile shown |