Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue authored Jul 22, 2024
1 parent a98441b commit fa695aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ Broadcasting: Intent { act=ADB_GET_CLIPBOARD flg=0x400000 }
Broadcast completed: result=-1, data="5LqG6Kej5Lyg57uf5paH5YyW"

# show keyboard
$ adb shell am broadcast -a ADB_KEYBOARD_HIDE
# hide keyboard
$ adb shell am broadcast -a ADB_KEYBOARD_SHOW
# hide keyboard
$ adb shell am broadcast -a ADB_KEYBOARD_HIDE
```
- [Editor Code](https://developer.android.com/reference/android/view/inputmethod/EditorInfo)
Expand Down

0 comments on commit fa695aa

Please sign in to comment.