diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index 57885fa067150..fff8eddd4d72b 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4079,6 +4079,9 @@ message MetricsEvent { // OS: O DR BLUETOOTH_DEVICE_DETAILS = 1009; + // OPEN: Settings > credential pages - prompt for key guard configuration confirmation + CONFIGURE_KEYGUARD_DIALOG = 1010; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }