android-unicode
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "android-unicode", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "android unicode input apk", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -73,8 +73,8 @@ # android-unicode | ||
## Usage | ||
## Usage | ||
Switch to Utf7ImeService | ||
```sh | ||
adb shell ime set android.unicode.ime/.Utf7ImeService | ||
```shell | ||
$ adb shell ime set android.unicode.ime/.Utf7ImeService | ||
``` | ||
@@ -85,4 +85,16 @@ | ||
Switch to system default Service | ||
```shell | ||
$ adb shell ime set com.android.inputmethod.pinyin/.PinyinIME | ||
``` | ||
List available Service | ||
```shell | ||
$ adb shell ime list -a | ||
``` | ||
## License | ||
The MIT License (MIT) |
45891
364
99