Merge "Add new metrics constant for disable developer options"

This commit is contained in:
TreeHugger Robot
2018-12-07 02:05:41 +00:00
committed by Android (Google) Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -73,5 +73,8 @@ enum PageId {
// OPEN: Settings > Privacy
TOP_LEVEL_PRIVACY = 1587;
// OPEN: Settings > Developer options > Disable > Info dialog
DIALOG_DISABLE_DEVELOPMENT_OPTIONS = 1591;
}

View File

@@ -6604,6 +6604,11 @@ message MetricsEvent {
// 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.