summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Haining Chen <hainingc@google.com> 2024-01-18 11:59:02 -0800
committer Haining Chen <hainingc@google.com> 2024-02-14 02:03:22 +0000
commitbde6eeb633c84d29857a140e7b5e286b5a331397 (patch)
treef01fb1a7ae4658c5e6afd53333a327072cc0fef2
parent0313890f56667d755d668c9d2e4ad103d73dce75 (diff)
Add flag for enabling adaptive auth
Bug: 285053096 Test: builds Change-Id: I1cbc41ddc8b96efd6cf8c91282eb614107e46e2c
-rw-r--r--core/java/android/adaptiveauth/flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/adaptiveauth/flags.aconfig b/core/java/android/adaptiveauth/flags.aconfig
index 39e46bbdfa6a..de4e607b50f1 100644
--- a/core/java/android/adaptiveauth/flags.aconfig
+++ b/core/java/android/adaptiveauth/flags.aconfig
@@ -1,6 +1,13 @@
package: "android.adaptiveauth"
flag {
+ name: "enable_adaptive_auth"
+ namespace: "biometrics"
+ description: "Feature flag for enabling the new adaptive auth service"
+ bug: "285053096"
+}
+
+flag {
name: "report_biometric_auth_attempts"
namespace: "biometrics"
description: "Control the usage of the biometric auth signal in adaptive auth"