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 43flag { 44 name: "screen_off_unlock_udfps" 45 is_exported: true 46 namespace: "biometrics_integration" 47 description: "This flag controls Whether to enable fp unlock when screen turns off on udfps devices" 48 bug: "373792870" 49} 50 51flag { 52 name: "identity_check_api" 53 namespace: "biometrics_framework" 54 description: "This flag is for API changes related to Identity Check" 55 bug: "373424727" 56 is_exported: true 57} 58 59flag { 60 name: "private_space_bp" 61 namespace: "biometrics_framework" 62 description: "Feature flag for biometric prompt improvements in private space" 63 bug: "365554098" 64} 65 66flag { 67 name: "effective_user_bp" 68 namespace: "biometrics_framework" 69 description: "Feature flag for using effective user in biometric prompt" 70 bug: "365094949" 71 metadata { 72 purpose: PURPOSE_BUGFIX 73 } 74} 75