diff options
| author | 2017-02-08 17:25:12 +0000 | |
|---|---|---|
| committer | 2017-02-08 17:25:17 +0000 | |
| commit | 899d76bc19573f11d51a8b4b5d6b8d93ebea2ba1 (patch) | |
| tree | bcb22ea364c21d5c8683b538872cda1dcb64835d | |
| parent | 697221e84dd9963085dff30e231525bc0d52aff9 (diff) | |
| parent | 27fde39cc2b06a4ae14e276b0c8d19b6ffb0d038 (diff) | |
Merge "Add new MetricsEvent for carrier demo mode dialog"
| -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 a590805cf745..e4b53cb05834 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -3388,6 +3388,9 @@ message MetricsEvent { // OS: O FIELD_GESTURE_VELOCITY = 827; + // OPEN: Carrier demo mode password dialog + CARRIER_DEMO_MODE_PASSWORD = 828; + // ---- End O Constants, all O constants go above this line ---- // Add new aosp constants above this line. |