Files
app_Settings/aconfig/settings_biometrics_framework_flag_declarations.aconfig
Jacob Hobbie 42d6144c02 Allow Watch Unlock to exit back to Device Unlock settings.
Seeking to imitate the behavior from fingerprint and face unlock. In GMS
Core we will control when to send the RESULT_TIMEOUT resultCode, but we
should generally exit all the way out to Device Unlock, where there is a
passcode entry requirement, when we swipe away from Watch Unlock's
settings.

Flag: com.android.settings.flags.active_unlock_finish_parent
Test: Manually
Bug: 343576960

Change-Id: Ia9a1564295a44ab6925ea9fceebf92f437e03731
2024-08-23 18:19:52 +00:00

24 lines
624 B
Plaintext

package: "com.android.settings.flags"
container: "system_ext"
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"
}