Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3bb9ddf authored by Jigar Thakkar's avatar Jigar Thakkar
Browse files

Add a flag to enable unlocking private space using biometrics

The private space unlock flows currently only support
LSKF(PIN/Pattern/Password) to unlock the space. We want to add the
functionality to allow biometrics (face/fingerprint) to unlock private
space as well.

Test: m all_aconfig_declarations
Bug: 312184187
Change-Id: I71a83a20eae4e7f95f3362ea8692fea4ff2e9190
parent 7ad2c690
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -42,3 +42,10 @@ flag {
    description: "Allow using all cpu cores during a user switch."
    bug: "308105403"
}

flag {
    name: "enable_biometrics_to_unlock_private_space"
    namespace: "profile_experiences"
    description: "Add support to unlock the private space using biometrics"
    bug: "312184187"
}