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

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

Merge "Add biometric enroll constant"

parents f5744e35 b879f51b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,5 +59,8 @@ enum PageId {

  // ConfirmDeviceCredentials > BiometricPrompt
  BIOMETRIC_FRAGMENT = 1585;

  // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent)
  BIOMETRIC_ENROLL_ACTIVITY = 1586;
}
+5 −0
Original line number Diff line number Diff line
@@ -6574,6 +6574,11 @@ message MetricsEvent {
    // OS: Q
    BIOMETRIC_FRAGMENT = 1585;

    // OPEN: Biometric Enrollment (android.settings.BIOMETRIC_ENROLL action intent)
    // CATEGORY: SETTINGS
    // OS: Q
    BIOMETRIC_ENROLL_ACTIVITY = 1586;

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

    // Add new aosp constants above this line.