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

Commit d36e965b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add two flags needed for V fixes" into main

parents 984b72fb b7a69308
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -69,3 +69,17 @@ flag {
    description: "Enables new metrics fror 24Q3 / VIC"
    bug: "324291187"
}

flag {
    namespace: "credential_manager"
    name: "clear_credentials_api_fix_enabled"
    description: "Fixes bug in clearCredential API that causes indefinite suspension"
    bug: "314926460"
}

flag {
    namespace: "credential_manager"
    name: "hybrid_filter_fix_enabled"
    description: "Removes capability check from hybrid implementation"
    bug: "323923403"
}