简体   繁体   English

如何通过单击EditText更改已安装的键盘

[英]How to change installed keyboard via clicking edittext

Changing installed keyboard via clicking edittext through device adminstation 通过设备管理站单击edittext来更改已安装的键盘

Here the get list of keyboard installed name and package name. 这里是键盘安装名称和程序包名称的获取列表。 so need to change keyboard for different edittext. 因此需要将键盘更改为不同的edittext。

InputMethodManager imeManager = (InputMethodManager)getApplicationContext().getSystemService(INPUT_METHOD_SERVICE);

List<InputMethodInfo> InputMethods = imeManager.getEnabledInputMethodList();

How to change installed keyboard via clicking edittext through device adminstation 如何通过设备管理站单击Edittext更改已安装的键盘

The device administration APIs do not allow you to change the user's chosen input method editor. 设备管理API不允许您更改用户选择的输入法编辑器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM