diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig
index 1994058441d5a827698fa92cef22caf908f8ad3e..43163b3b9051e25dd671e0d3325d4b319766a2ba 100644
--- a/core/java/android/security/flags.aconfig
+++ b/core/java/android/security/flags.aconfig
@@ -58,3 +58,10 @@ flag {
     bug: "290312729"
     is_fixed_read_only: true
 }
+
+flag {
+  name: "report_primary_auth_attempts"
+  namespace: "biometrics"
+  description: "Report primary auth attempts from LockSettingsService"
+  bug: "285053096"
+}