Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is iOS mobile config equivalent in android?

In iOS we use mobile config to control various aspects of device such as

  • VPN on demand
  • Webclips
  • Caldav
  • carddav
  • ldap
  • restrictions
  • VPN
  • wifi
  • Email
  • exchange active sync etc.

We will host the config in a website upon downloading it the user will be asked for his permission then after installing all this aspects are controlled.If user want to roll back then he can go and uninstall the profile

I couldn't find any equivalent of that in android.

In iOS to configure these profile there is a tool also available called iPhone configuration utility.

If not what are the alternatives to achieve it in android.

like image 319
Shravan Avatar asked Jul 28 '14 15:07

Shravan


1 Answers

There is nothing like mobileconfig is available in Android till now.

Note:

But there are OVPN files available for initiating OpenVPN connection in android device.

Reference

like image 185
Vivo Avatar answered Oct 24 '22 11:10

Vivo