Hey Guys,
actually we need some Android Activities to be accessable within the Kiosk-Mode. e.g. for PTP (Picture Transfer Mode on USB Connection) So far we set this activity (com.android.settings/.deviceinfo.UsbModeChooserActivity) at position 1 in our Lockdown-Configuration
And in our Template, App #1 is hidden, so the User can't see any link for this activity. It has just to be accessable but not visible:
Now I have to grant access to a few more activities. The Question now: Can I write the Launch:// Command directly inside the Lockdown-Template so I dont have to add all these activities to the lockdown Config ?
I already tried to change <MCLink0> to Launch://com.android.settings/.deviceinfo.UsbModeChooserActivity but this is not working. Maybe I have to exclude some special characters ?!?
Did anyone of you solve this problem already ?
Many Thanks!