credential_manager_android
Android implementation of the credential_manager plugin.
This package provides the Android-specific implementation using Jetpack Credential Manager API.
Usage
This package is automatically included when you use credential_manager on Android. You typically don't need to import this package directly.
Features
- Password credentials management
- Google Sign-In credentials
- Passkey support (WebAuthn)
- Secure credential storage using Android Credential Manager
Requirements
- Android API level 23+ (Android 6.0+)
- Jetpack Credential Manager library
License
See the LICENSE file for details.
Libraries
- credential_manager_android
- Public entry point for the Android implementation package. Import this library when you need direct access to the platform class or plugin registrar for custom integrations or testing.