如何通过ADB获取当前键盘(当前IME)

时间:2016-06-15 04:27:13

标签: c# android shell adb ime

目前,我知道如何使用命令adb shell ime set [keyboard IME]设置要使用的键盘。但问题是如何使用当前键盘?

我打算使用madb C# library来使用它,幸运的是有一个ExecuteRemoteCommand方法允许我执行shell命令(有点像adb shell )。

1 个答案:

答案 0 :(得分:2)

adb shell settings get secure default_input_method