Add command to show virtual keys

master
Zhuang Ma 7 years ago
parent 189d5170a7
commit 35c2c60685
  1. 6
      README.en.md
  2. 6
      README.md

@ -857,6 +857,12 @@ adb shell am startservice -n com.tencent.mm/.plugin.accountsync.model.AccountAut
The command above means starting a service from WeChat. The command above means starting a service from WeChat.
Another typical useage is that if devices has bottom virtual keys but not show, you can try this:
```sh
adb shell am startservice -n com.android.systemui/.SystemUIService
```
### Stop service ### Stop service
The syntax is: The syntax is:

@ -862,6 +862,12 @@ adb shell am startservice -n com.tencent.mm/.plugin.accountsync.model.AccountAut
表示调起微信的某 Service。 表示调起微信的某 Service。
另外一个典型的用例是如果设备上原本应该显示虚拟按键但是没有显示,可以试试这个:
```sh
adb shell am startservice -n com.android.systemui/.SystemUIService
```
### 停止 Service ### 停止 Service
命令格式: 命令格式:

Loading…
Cancel
Save