diff options
| author | 2024-06-20 14:59:57 +0000 | |
|---|---|---|
| committer | 2024-06-20 18:10:34 +0000 | |
| commit | ca34843c5ce168242ed32cdfdcdad481e96f364c (patch) | |
| tree | ed2f4854cd0eec16d0a4cdf5d6e56431133a77e7 | |
| parent | 1583c6a6b5347e2db5d4ae9d1043be3c0d198ed3 (diff) | |
Remove the flag fix_unlocked_device_required_keys_v2
This is now always enabled, so remove the flag.
Bug: 299298338
Test: build
Change-Id: I088fc4c753e5a6e4da9a22348139c9f70aaef44e
| -rw-r--r-- | core/java/android/security/flags.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index aadc8db903eb..38afb807dcf2 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -26,14 +26,6 @@ flag { } flag { - name: "fix_unlocked_device_required_keys_v2" - namespace: "hardware_backed_security" - description: "Fix bugs in behavior of UnlockedDeviceRequired keystore keys" - bug: "296464083" - is_fixed_read_only: true -} - -flag { name: "keyinfo_unlocked_device_required" is_exported: true namespace: "hardware_backed_security" |