Is there a standard way to implement enterprise enterprise application configuration in Android?

I know that iOS 7.0 introduces “Managed Application Configuration”, which makes it easy to support enterprise application configuration with various MDM solutions.

Is there something similar in Android? I noticed that in the help section of Google For Work is mentioned, but for life I could not find how to implement support for it. https://support.google.com/googleplay/work/answer/6257696?hl=en&ref_topic=6137710

Should I implement “application restrictions” as stated here? If so, how can I support devices with Android versions prior to Lollipop? http://www.appconfigforenterprise.org/dev-center.html

+4
source share
1 answer

There is a website called AppConfig . He explains how it works in both Android and iOS, and describes the development steps. I am also new to this area, but yes, as far as I know, you need to implement application restrictions.

And here is Google Developer Learning, about Android for Work.

+1
source

Source: https://habr.com/ru/post/1606813/


All Articles