标签: c# android shell adb ime
目前,我知道如何使用命令adb shell ime set [keyboard IME]设置要使用的键盘。但问题是如何使用当前键盘?
adb shell ime set [keyboard IME]
我打算使用madb C# library来使用它,幸运的是有一个ExecuteRemoteCommand方法允许我执行shell命令(有点像adb shell )。
madb
ExecuteRemoteCommand
adb shell
答案 0 :(得分:2)
adb shell settings get secure default_input_method