I'm using android tablets in kiosk mode where only one application is allowed. And I also use 3G network. To save traffic, I use the special launcher on every application which uses VpnService
android API. And also this launcher prevents a user from accessing to other apps.
Android Management API provides kiosk mode functionality, but I don't see any reference to VPN configuration. How can I configure network traffic with it?