It is possible to push app configurations to an application on a Work Profile device through Custom Profile Settings. For instance:
<characteristic type=”com.airwatch.android.androidwork.app:com.package.id” uuid=”38ce1389-0a93-4323-a5aa-4c99b9ef627a”>
<parm name=”param” value=”value1″ type=”string” />
</characteristic>
Is it possible to set the VPN Profile for an application from a Profile’s Custom Settings? Where do I find more documentation on these types of payloads? I was hoping to set something like this, which would essentially mimic AirWatch’s UX for setting a Tunnel Profile on a managed application
<characteristic type=”com.airwatch.android.androidwork.app:com.package.id” uuid=”bd3f878f-faad-48e4-9a0a-3056312fff6b”>
<parm name=”profileName” value=”VPN Profile” type=”string” />
</characteristic>