Assigned
Status Update
Comments
co...@google.com <co...@google.com>
se...@google.com <se...@google.com> #2
Automated by Blunderbuss job android-credential-manager-autoassigner for config android_credman_config for component 1301097.
bl...@google.com <bl...@google.com> #3
The error you posted state "activity is cancelled by the user". This implies the request was cancelled somehow during the request.
Can you grab a bugreport and attach it to this bug?
Description
Jetpack Compose component used: TextField Android Studio Build: AI-231.9392.1.2311.11255304 Kotlin version: 1.9.0
The Android Credential Manager API guide exposes the
isCredential()
andsetIsCredential()
methods on non-compose text views to let the system know that a text field contains user credentials, but there is no equivalent function in Compose.