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

Commit b879f51b authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Add biometric enroll constant

Bug: 112925362

Test: Builds
Change-Id: I96aec2d14dac8f0056bf45215a539e5c5abb2de9
parent 2e007654
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.