1package: "android.hardware.biometrics"
2container: "system"
3
4flag {
5    name: "last_authentication_time"
6    is_exported: true
7    namespace: "wallet_integration"
8    description: "Feature flag for adding getLastAuthenticationTime API to BiometricManager"
9    bug: "301979982"
10}
11
12flag {
13  name: "add_key_agreement_crypto_object"
14  is_exported: true
15  namespace: "biometrics"
16  description: "Feature flag for adding KeyAgreement api to CryptoObject."
17  bug: "282058146"
18}
19
20flag {
21  name: "get_op_id_crypto_object"
22  is_exported: true
23  namespace: "biometrics_framework"
24  description: "Feature flag for adding a get operation id api to CryptoObject."
25  bug: "307601768"
26}
27
28flag {
29  name: "custom_biometric_prompt"
30  is_exported: true
31  namespace: "biometrics_framework"
32  description: "Feature flag for adding a custom content view API to BiometricPrompt.Builder."
33  bug: "302735104"
34}
35
36flag {
37  name: "mandatory_biometrics"
38  namespace: "biometrics_framework"
39  description: "This flag controls whether LSKF fallback is removed from biometric prompt when the phone is outside trusted locations"
40  bug: "322081563"
41}
42