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

Commit 3f65c24c authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Setup flags for clearing credMan session

Test: Built & deployed locally
Bug: 308470501

Change-Id: I95ab100f313623756c345ca1722e972178ea32d4
parent 2a9682ce
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Enables Credential Manager to work with Instant Apps"
    description: "Enables Credential Manager to work with Instant Apps"
    bug: "302190269"
    bug: "302190269"
}
}

flag {
    namespace: "credential_manager"
    name: "clear_session_enabled"
    description: "Enables clearing of Credential Manager sessions when client process dies"
    bug: "308470501"
}