Android-Password-Store/autofill-parser
2023-04-27 01:34:35 +05:30
..
src Update Public Suffix List data (#2455) 2023-04-05 05:10:20 +00:00
.gitignore
api.txt
build.gradle.kts refactor(build): remove kotlin-library plugin from Android modules 2023-04-27 01:34:35 +05:30
CHANGELOG.md
consumer-rules.pro
gradle.properties
lint-baseline.xml
proguard-rules.pro
README.md

autofill-parser Maven Central

Android library to enable efficient usage of the Autofill capabilities introduced in Android 8.0.

Usage

dependencies {
    implementation("com.github.android-password-store:autofill-parser:<latest-version>")
}