mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Updated AutoFill (markdown)
@@ -7,5 +7,8 @@ The user must select the entry to fill username and password in field explicitly
|
||||
Copy/Paste is not the same feature of the app, when the app is started in Autofill mode (after a click on "Sign in with KeePass DX"), each entry becomes a callback function who returns username and password.
|
||||
|
||||
## Why is the autofill not available for Android devices below Android N (7.0 API 24)?
|
||||
The autofill is a service built directly into the heart of the Android system and is not present in older versions.
|
||||
The [autofill](https://developer.android.com/guide/topics/text/autofill) is a service built directly into the heart of the Android system and is not present in older versions.
|
||||
|
||||
KeePassDX will not use the [accessibility service](https://developer.android.com/reference/android/accessibilityservice/AccessibilityService) for older devices. It is a service which is not made for this purpose and this technical aspect is deprecated by google. In addition, this will require too much work for devices that are no longer produced.
|
||||
|
||||
But you can use the [Magikeyboard](https://github.com/Kunzisoft/KeePassDX/wiki/Magikeyboard), which was specifically created to overcome this problem and is compatible with older devices.
|
||||
Reference in New Issue
Block a user