Forum Discussion
Farkhaleeth
8 months agoLevel 2.0: Eclair
VPN Implementation for Android EMM Console
Hi All, I want to implement VPN capability in my EMM Console, But I am unable to find the reference JSON in the google developer site, nor any comprehensive guides on the subject. I have one opti...
jeremy
6 months agoLevel 3.0: Honeycomb
Hello, VPN is supported by an app not by the android management API directly. If you want to build a custom VPN capabilites you would have to develop an app with VPN support and you would be able to configure it through managed configuration.
You would then be able to use AlwaysOnVpnPackage to set this app as an always on VPN.
Best