diff options
| -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. |