diff options
| author | 2017-09-12 10:24:27 -0700 | |
|---|---|---|
| committer | 2017-09-12 10:24:27 -0700 | |
| commit | 2458f2561486d11d98d543ef2e77d59ccfc902df (patch) | |
| tree | d350666cab859cb3e3879d560ea1d6af0a97a82f | |
| parent | 40d2d2b3770a637f542b015cd0aafcc0e9b5cef8 (diff) | |
Fix a typo in metric constant
Bug: 65522852
Test: builds
Change-Id: I6f7d8074177095919684be49131b79b4c6c5c168
| -rw-r--r-- | proto/src/metrics_constants.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 104ac23db620..6ee9c14e4878 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4392,7 +4392,7 @@ message MetricsEvent { // OPEN: Settings > Developer options > Enable > Info dialog // CATEGORY: SETTINGS // OS: P - DIALOG_ENABLE_DEVEMENT_OPTIONS = 1158; + DIALOG_ENABLE_DEVELOPMENT_OPTIONS = 1158; // Add new aosp constants above this line. // END OF AOSP CONSTANTS |