Skip to content

Commit 9466caa

Browse files
authored
Update README.md
add quick start instruciton.
1 parent 96c0422 commit 9466caa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ How to Use
4141
----------
4242

4343
* 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+
```
4449
* Set it as Default Keyboard OR Select it as the current input method of certain EditText view.
4550
* Sending Broadcast intent via Adb or your Android Services/Apps.
4651

0 commit comments

Comments
 (0)