diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 8e4eb0018999f..fd64c651528e3 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -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; } diff --git a/proto/src/metrics_constants/metrics_constants.proto b/proto/src/metrics_constants/metrics_constants.proto index 3e07d12b9a995..89220d5f836ac 100644 --- a/proto/src/metrics_constants/metrics_constants.proto +++ b/proto/src/metrics_constants/metrics_constants.proto @@ -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.