<span style= "font-family:arial, Helvetica, Sans-serif; Background-color:rgb (255, 255, 255); " > When doing projects, sometimes built-in other input methods, but also default to third-party input methods </span>
<span style= "font-family:arial, Helvetica, Sans-serif; Background-color:rgb (255, 255, 255); " > However, because the third-party IME is uninstalled, no Input method is available after the third-party input method is uninstalled </span>
Therefore, we in the built-in third-party input method and the default is a third-party input method, you need to check the system default input method, for a rainy time
1, modify the path: Frameworks/base/packages/settingsprovider/res/values/defaults.xml
2, modify the method:
<string name= "Config_enabled_input_methods" translatable= "false" >com.android.inputmethod.latin/. Latinime:com.cootek.smartinputv5/com.cootek.smartinput5.touchpalime</string>
How to Default check on Android keyboard (AOSP) Input Method