diff options
| author | 2025-02-24 10:32:59 -0800 | |
|---|---|---|
| committer | 2025-02-24 10:32:59 -0800 | |
| commit | 5a80fb7c09fb43cabcb9c2adf1a7b484928e8307 (patch) | |
| tree | 75d161a7960f0fa9611b7cfaf5d1b86a82e770f5 | |
| parent | 59b59160cd4d507bbab5ce24a765393dea28362e (diff) | |
| parent | 3f41ea90fa99f63759dc7bebf3a14256a4a3145c (diff) | |
Merge "Add flag for restricting get candidate cred" into main
| -rw-r--r-- | core/java/android/credentials/flags.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/credentials/flags.aconfig b/core/java/android/credentials/flags.aconfig index 449423f1ea1f..73c4d66e8111 100644 --- a/core/java/android/credentials/flags.aconfig +++ b/core/java/android/credentials/flags.aconfig @@ -154,4 +154,14 @@ flag { metadata { 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 |