nextcloud / passman-android

:key: Android app for Passman.
https://passman.cc
GNU General Public License v3.0
92 stars 30 forks source link

Feature request password autofill via accessibility service #69

Closed morgankevinj closed 4 years ago

morgankevinj commented 4 years ago

Description

Automatic filling of passwords using Andriod's accessibility service. Bitwarden's app has this feature and their code for it is at https://github.com/bitwarden/mobile/tree/master/src/Android/Accessibility

Benefit / value

Allows the user to quickly fill in passwords in other applications.

Risk / caveats

It requires the app to request more permissions but the latest versions of Android allow the user to device if they want to grant or deny permission.

morgankevinj commented 4 years ago

dupe of #61