2020-11-29 11:48:22 +00:00
|
|
|
# autofill-parser [![Download](https://api.bintray.com/packages/android-password-store/autofill-parser/autofill-parser/images/download.svg)](https://bintray.com/android-password-store/autofill-parser/autofill-parser/_latestVersion)
|
2020-09-20 11:39:57 +00:00
|
|
|
|
|
|
|
Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.
|
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
|
|
```kotlin
|
|
|
|
dependencies {
|
2020-11-29 11:48:22 +00:00
|
|
|
implementation("com.github.androidpasswordstore:autofill-parser:<latest-version>")
|
2020-09-20 11:39:57 +00:00
|
|
|
}
|
|
|
|
```
|