mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Updated AutoFill (markdown)
@@ -116,7 +116,8 @@ There may be improvements or small bugs to fix, in this case, check if a corresp
|
||||
## Why is the auto-fill not available for Android devices before Android 8.0 (API level 26)?
|
||||
The [auto-fill](https://developer.android.com/guide/topics/text/autofill) service is built directly into the heart of the Android system, and was not present in earlier 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.
|
||||
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, the accessibility service is present for people with disabilities. If we use this service for something else, it's like we have a ramp for the disabled, and we use it for biking. Sure, it works but people who need this service for something else are blocked.
|
||||
In addition, this will require too much work for devices that are no longer produced.
|
||||
|
||||
You can however 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