简体   繁体   中英

How to change installed keyboard via clicking edittext

Changing installed keyboard via clicking edittext through device adminstation

Here the get list of keyboard installed name and package name. so need to change keyboard for different 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

The device administration APIs do not allow you to change the user's chosen input method editor.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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