TC8300 Android 13 Google Voice Input

Solved
RM

Having the hardest time trying to get rid of this 'keyboard'.

  <characteristic version="4.2" type="AppMgr">
    <parm name="Action" value="DisableApplication" />
    <parm name="Package" value="com.google.android.googlequicksearchbox" />
    <parm name="Package" value="com.google.android.inputmethod.latin" />
  </characteristic>

I've also tried creating an application control to disable google keyboard and google voice with no luck.  Any ideas?

a year ago
SOTI MobiControl
ANSWERS

I assume you just want to set EKB as default and not "just" disabling the voice input which pops up when you disable the gboard.

We did it with this xml:

<wap-provisioningdoc>
    <characteristic type="UiMgr" version="4.3" >
        <parm name="InputMethodAction" value="1"/>
        <characteristic type="InputMethodDetails">
        <parm name="InputMethodOption" value="4"/>
        <parm name="InputMethodPackageName" value="com.symbol.mxmf.csp.enterprisekeyboard"/>
        <parm name="InputMethodClassName" value="com.android.inputmethod.latin.LatinIME"/>
        </characteristic>
    </characteristic>
    <characteristic type="EnterpriseKeyboard">
           <parm name="NavigationMode" value="1"/>
           <parm name="SelectPreferTab" value="2"/>
           <parm name="VoiceInputKey" value="2"/>
           <parm name="ShowScanTab" value="2"/>
    </characteristic>
</wap-provisioningdoc>

Be aware the second part are EKB settings you may need to align or leave out.

Solution
P
PMMOD@SOTI Bronze Contributor
a year ago

Hi Ryan Miller,

Thank you for your post on SOTI Pulse, do you still require any assistance with the above issue?

Hopefully, you were able to solve the post by using the above-suggested solutions.  If yes, please mark it as "solution".

Please let us know so we can proceed further accordingly.