commit | e7a535c6089f7dea1a8b8c969e9f063e304c54e7 | [log] [tgz] |
---|---|---|
author | Chienyuan <chienyuanhuang@google.com> | Fri Nov 30 16:01:48 2018 +0800 |
committer | Chienyuan <chienyuanhuang@google.com> | Fri Nov 30 16:01:48 2018 +0800 |
tree | 3687b405b0143b093275652862fb20d27fc02621 | |
parent | 0d7a9a2789a19426f27faa88a3c1e35a6b0d25de [diff] |
Add new metrics constant for disable developer options Bug: 80449594 Test: build Settings app Change-Id: I7711d0e50309b0ed9eed0d2f863536d9f7825e2c
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 3a908dc..3a8f29d 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto
@@ -67,5 +67,8 @@ // OPEN: Settings > Privacy TOP_LEVEL_PRIVACY = 1587; + + // OPEN: Settings > Developer options > Disable > Info dialog + DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591; }
diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 3e07d12..89220d5 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto
@@ -6604,6 +6604,11 @@ // OS: Q NOTIFICATION_DIRECT_REPLY_ACTION = 1590; + // OPEN: Settings > Developer options > Disable > Info dialog + // CATEGORY: SETTINGS + // OS: Q + DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line.