An action block that sets the current (default) input method (soft keyboard).
The fiber will proceed immediately without pause.
Use Input method pick block to let the use choose an input method and its subtype. Use the Interact block with action Show input method picker to choose and change input method in a single step.
An alternative to this block is to use the
Shell command privileged, ADB shell command or Shell command superuser
block to execute:
ime enable <input method>
and
ime set <input method>
Note! This feature isn’t officially supported, requires the privileged service since Android 4.2, may not work on all devices.