diff options
-rw-r--r-- | core/java/android/security/flags.aconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/security/flags.aconfig b/core/java/android/security/flags.aconfig index 5d1d7583d8f8..392b42d2d354 100644 --- a/core/java/android/security/flags.aconfig +++ b/core/java/android/security/flags.aconfig @@ -105,6 +105,7 @@ flag { namespace: "biometrics" description: "Clear StrongAuth on add credential" bug: "320817991" + is_exported: true } flag { @@ -127,4 +128,5 @@ flag { namespace: "hardware_backed_security" description: "Feature flag for exposing KeyStore grant APIs" bug: "351158708" + is_exported: true } |