Kfir Behar
Kfir Behar

Reputation: 43

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

I know iOS 7.0 introduced "Managed App Configuration", that makes it easy to support configuration of an enterprise application by a variety of MDM solutions.

Is there a similar thing in Android? I noticed that in the Google For Work help section it is mentioned, but for the life of me, 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 "App Restrictions" as mentioned here? If so, how can I support devices with Android versions prior to Lollipop? http://www.appconfigforenterprise.org/dev-center.html

Upvotes: 4

Views: 1082

Answers (1)

osayilgan
osayilgan

Reputation: 5893

There is a website called AppConfig. It explains how it works both in Android and iOS and describes the Development steps. I'm also new to this field, but yes, as far as I know you need to implement App Restrictions.

And here is the Developer Training from Google, about Android for Work.

Upvotes: 1

Related Questions