Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add quick start instruciton.
  • Loading branch information
senzhk committed Nov 23, 2023
1 parent 96c0422 commit 9466caa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ How to Use
----------

* Enable 'ADBKeyBoard' in the Language&Input Settings OR from adb.
```
adb install ADBKeyboard.apk
adb shell ime enable com.android.adbkeyboard/.AdbIME
adb shell ime set com.android.adbkeyboard/.AdbIME
```
* Set it as Default Keyboard OR Select it as the current input method of certain EditText view.
* Sending Broadcast intent via Adb or your Android Services/Apps.

Expand Down

0 comments on commit 9466caa

Please sign in to comment.