KeyboardSwap for KP2A

4.3
213 reviews
50K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

This app is compatible with Keepass2Android.

Instructions for setting up this app:

1.) Install ADB on your computer. ADB is the Android Debug Bridge, you find instructions how to do this on https://developer.android.com/studio/command-line/adb.html
2.) Open a command prompt and change to the directory where the adb executable is located (e.g. [Android SDK location]\\platform-tools).
3.) Launch an adb shell. Therefore, type "adb shell"
4.) In the adb shell, enter
pm grant keepass2android.plugin.keyboardswap2 android.permission.WRITE_SECURE_SETTINGS
and hit the Enter key.
5.) Type "exit" to leave the adb shell.
6.) Go to Keepass2Android > Settings > App Settings > Password-Access > Keyboard switching and enable "Auto-switch keyboard"

NOTE for Xiaomi devices: You might have to enable some settings before running the adb shell command:
One has to toggle USB debugging (Security settings) and then click
through three-timed warnings.
Also the change does not take effect until the phone is rebooted.
Updated on
Jun 14, 2020

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.4
202 reviews
A Google user
April 12, 2020
This is an extra level of security for protecting your passwords of sensitive accounts, such as banks and brokerages, etc. It was worth the 30 minutes to get adb installed and allow this app to work on my Moto G7. It works well, providing buttons to paste user name, password, URL, etc. The only issue is I'm not sure if I'm configuring / using it right to auto-switch back to my regular keyboard. But that's a minor inconvenience.
21 people found this review helpful
Did you find this helpful?
A Google user
October 12, 2018
This works great, and is even more secure and convenient than using the built-in clipboard option to copy and paste passwords. The instructions listed could use these two prerequisite steps: 1. Enable developer options on your phone by going to "Settings", "System", "About phone", and tapping the "Build number" at the bottom of the list 7 times. 2. Enable USB debugging on your phone by going to "Settings", "System", "Developer options", and scrolling down to the "USB debugging" option and turning it on. You can turn USB debugging off again at the end.
35 people found this review helpful
Did you find this helpful?
A Google user
October 5, 2019
Excellent app! Please, implement support for Git repos as a storage type, to store/push and pull DB files, through SSH/HTTPS. Also there's crucial need of additional supporting alternative cryptociphers (Serpent & Threefish) - original KeePass has open source plugins that implements (in C#) these ciphers and it's code can be useful for in-app implementation of them. And really big thanks for an automatic keyboard switching - this prevents master password leaks through third-party keyboard apps!
5 people found this review helpful
Did you find this helpful?

What’s new

Updated target SDK version to avoid warning message.