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

Commit 3f41ea90 authored by Daniel's avatar Daniel
Browse files

Add flag for restricting get candidate cred

Flag: android.credentials.flags.safeguard_candidate_credentials_api_caller
Bug: 370477460
Test: not needed
Change-Id: I2a9eac6b3a1cba08fe6bf79d689e8f7fb2f65b81
parent 857cd3ff
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -155,3 +155,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    namespace: "credential_manager"
    name: "safeguard_candidate_credentials_api_caller"
    description: "Restricts get candidate credentials api to credential autofill service"
    bug: "370477460"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file