how to make an autofill app like dashlane, or lastpass on android studio. I want to make an autofill app, example facebook, It can autofill my login credentials on facebook. I want my password manager can autofill on different websites.
Asked
Active
Viewed 925 times
1

Joachim Sauer
- 302,674
- 57
- 556
- 614

Joshua Sanjuan
- 11
- 2
-
I think this is what you need https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites – Anja Ishmukhametova Nov 25 '22 at 01:38
1 Answers
1
You can use Android Autofill Framework, which is available from Android 8 (API 26). https://developer.android.com/guide/topics/text/autofill-services

Adrian Grygutis
- 470
- 1
- 8
- 18