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

Commit 06f44795 authored by Arpan's avatar Arpan
Browse files

Setup CredMan and Authenticate API Flag

This sets up a flag that will be used for development and integration of
the authenticate API from the biometric team within Credential Manager
to faciliate the new, improved flow for entries.

Bug: 321034033
Test: Build Test
Change-Id: I77ad1f62113e321b10fe0f67630b40a0623d2e93
parent c07bc276
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -48,3 +48,10 @@ flag {
    description: "Enables OEM configurable Credential Selector UI"
    bug: "319448437"
}

flag {
    namespace: "credential_manager"
    name: "credman_biometric_api_enabled"
    description: "Enables Credential Manager to work with the Biometric Authenticate API"
    bug: "323211850"
}