Android: switch to a different IME programmatically

前端 未结 3 511
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 06:17

http://developer.android.com/guide/topics/text/creating-input-method.html#GeneralDesign reads:

Because multiple IMEs may be installed on the device, provide a wa

3条回答
  •  星月不相逢
    2020-12-30 06:48

    If you have rooted device, you can use /system/bin/ime utility.

    List all installed input methods: # ime list -a

    Set google's keyboard as default:

    ime set com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME
    

提交回复
热议问题