mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
12 lines
459 B
Markdown
12 lines
459 B
Markdown
# autofill-parser [](https://bintray.com/android-password-store/autofill-parser/autofill-parser/_latestVersion)
|
|
|
|
Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.
|
|
|
|
# Usage
|
|
|
|
```kotlin
|
|
dependencies {
|
|
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
|
|
}
|
|
```
|