From the course: Android App Development: Enterprise Integration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Android EMM APIs

Android EMM APIs - Android Tutorial

From the course: Android App Development: Enterprise Integration

Start my 1-month free trial

Android EMM APIs

- [Narrator] In this enterprise world, there are three APIs that are used in the administration of Android devices by mobile device management systems. These are the Android Management API, the device administration API, and the Google Play EMM API. The Android Management API is an interface created to help developers and enterprises integrate device and application management features into their solutions. This API can be used by an application developer to test their applications with enterprise integrations, or by an enterprise to directly manage their Android devices. It includes methods for managing, enterprise tokens, application configurations, policies, and devices. We will be using this API later in the course, but if you can't wait, you can check out the reference here. And Google has conveniently included an API explorer here. The Device Administration API is an interface used in the creation of applications that enforce policies on a managed device. A device policy…

Contents