I am exploring MDM options in Android, iOS and Windows Phone. Apple makes its API available for MDM applications to use, which includes providing email accounts, vpn settings, and user-defined application management.
Is the same available for Android? I have websites telling me that Android MDM can manage the application distribution and blacklist, as well as distribute email accounts and vpn settings, but only the configuration APIs with which I can find dealing with simple policies such as password length etc.
See the Boxtone example MDM application blacklist for Android:
http://boxtone.com/android-management.aspx
If APIs are not available, how is this possible?
source
share