blob: acb1931077b327daed7e0cd5c88961aea59e29aa (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 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)
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>")
}
```
|