diff options
| author | 2024-02-22 17:48:29 +0000 | |
|---|---|---|
| committer | 2024-02-22 17:48:29 +0000 | |
| commit | d36e965b51bf92e66626e599b8e2b951f71e2736 (patch) | |
| tree | fcab8de735deb25878cbd664a1a1a7e8dc569067 | |
| parent | 984b72fbd7c365e53b4fcf826bb8735962bd2e9b (diff) | |
| parent | b7a69308ae0ef2b05cca61ada5f1760a59cf5996 (diff) | |
Merge "Add two flags needed for V fixes" into main
| -rw-r--r-- | core/java/android/credentials/flags.aconfig | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/core/java/android/credentials/flags.aconfig b/core/java/android/credentials/flags.aconfig index ef7b2594fd5d..09e59d315428 100644 --- a/core/java/android/credentials/flags.aconfig +++ b/core/java/android/credentials/flags.aconfig @@ -68,4 +68,18 @@ flag { name: "new_framework_metrics" description: "Enables new metrics fror 24Q3 / VIC" bug: "324291187" -}
\ No newline at end of file +} + +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" +} |