diff options
| author | 2024-01-19 12:23:28 -0800 | |
|---|---|---|
| committer | 2024-01-22 18:20:40 -0800 | |
| commit | 4d276793f8216045a337547eb23a985d92e51f7a (patch) | |
| tree | e21fad2d152292574f60c707bb9f9fe6df02dd87 | |
| parent | c40bde3f8e0b3fd98f3ae0579770b9947322c229 (diff) | |
Add flag for reporting primary auth attempts from LockSettingsService
Bug: 285053096
Test: builds
Change-Id: I1912b8ada49aa22f1bcad4dd252368a3f95bbed1
| -rw-r--r-- | core/java/android/security/flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 1994058441d5..43163b3b9051 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" +} |