Files
app_Settings/aconfig/settings_biometrics_framework_flag_declarations.aconfig
Dennis Shen 6e1b274f03 Replace system_ext container with system
Bug: b/365135457
Test: m
Flag: EXEMPT refactor
Change-Id: I574c5971e93172b3919b5676f917761d77aa0841
2024-09-13 12:42:21 +00:00

24 lines
620 B
Plaintext

package: "com.android.settings.flags"
container: "system"
flag {
name: "biometric_settings_provider"
namespace: "biometrics_framework"
description: "This flag enables or disables the BiometricSettingsProvider"
bug: "303595205"
}
flag {
name: "fingerprint_v2_enrollment"
namespace: "biometrics_framework"
description: "This flag enables or disables the Fingerprint v2 enrollment"
bug: "295206723"
}
flag {
name: "active_unlock_finish_parent"
namespace: "biometrics_framework"
description: "This flag enables the Active Unlock settings activity to finish its parent activity"
bug: "343576960"
}