Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3a425f3 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Add metric constant for ConfirmDeviceCredential BiometricFragment"

parents a51294bc f589b6c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,5 +56,8 @@ enum PageId {

  // Settings > Display > Lock screen display > On lock screen
  LOCK_SCREEN_NOTIFICATION_CONTENT = 1584;

  // ConfirmDeviceCredentials > BiometricPrompt
  BIOMETRIC_FRAGMENT = 1585;
}
+5 −0
Original line number Diff line number Diff line
@@ -6569,6 +6569,11 @@ message MetricsEvent {
    // OS: Q
    LOCK_SCREEN_NOTIFICATION_CONTENT = 1584;

    // ConfirmDeviceCredentials > BiometricPrompt
    // CATEGORY: SETTINGS
    // OS: Q
    BIOMETRIC_FRAGMENT = 1585;

    // ---- End Q Constants, all Q constants go above this line ----

    // Add new aosp constants above this line.