We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c0422 commit 9466caaCopy full SHA for 9466caa
README.md
@@ -41,6 +41,11 @@ How to Use
41
----------
42
43
* Enable 'ADBKeyBoard' in the Language&Input Settings OR from adb.
44
+```
45
+adb install ADBKeyboard.apk
46
+adb shell ime enable com.android.adbkeyboard/.AdbIME
47
+adb shell ime set com.android.adbkeyboard/.AdbIME
48
49
* Set it as Default Keyboard OR Select it as the current input method of certain EditText view.
50
* Sending Broadcast intent via Adb or your Android Services/Apps.
51
0 commit comments