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

Commit 4254ad63 authored by josephpv's avatar josephpv Committed by Joseph Vincent
Browse files

Add a flag to enable auto lock feature for private space

Bug: 303201022
Test: m all_aconfig_declarations
Change-Id: Id840c9223b7a2e242f66cb3e3cb96c71ecbdeded
parent 54b89873
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,3 +49,10 @@ flag {
    description: "Add support to unlock the private space using biometrics"
    bug: "312184187"
}

flag {
    name: "support_autolock_for_private_space"
    namespace: "profile_experiences"
    description: "Add support to lock private space automatically after a time period"
    bug: "303201022"
}