What is iOS mobile config equivalent in android?

女生的网名这么多〃 提交于 2019-12-01 02:38:30

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/24998870/what-is-ios-mobile-config-equivalent-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!