tags:

views:

18

answers:

0

hi everyone~

I wanna use a specific input method in my application, so I tried this.

Settings.Secure.putString(mContext.getContentResolver(),
                Settings.Secure.DEFAULT_INPUT_METHOD, KEYBOARD_ID);

but this needs a system permission.

Is there another way to determine a specific input method and is it possible ?

thanks