Hello.
Our customer is using a couple of Zebra TC52 and do not wan't to to use Gboard while scanning. They don't want it to popup because it will disable a good part of the screen.
I solved it by installing Mobicontrol as soft input and then alternate between them in the bottom right corner of the screen. They need Gboard for login and in rare situations.
But I want to automate this via StageNow and deliver it via Mobicontrol.
To do that I need a Bundle ID for Mobicontrol Keyboard
Gboard - com.google.android.inputmethod.latin
Mobicontrol Soft Input - ?
Example
<characteristic type="InputMethodDetails">
<parm name="InputMethodOption" value="4" />
<parm name="InputMethodPackageName" value="com.google.android.inputmethod.latin" />
<parm name="InputMethodClassName" value="com.android.inputmethod.latin.LatinIME" />
</characteristic>
BR
Pelle