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

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

Add metric constant for ConfirmDeviceCredential BiometricFragment

Bug: 111461540

Test: Builds
Change-Id: I4617af59a75aaa299cce14799ae4d396330d9194
parent da3b55a1
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.