Google Releases Management API For Android
Written by Kay Ewbank   
Tuesday, 24 October 2017

Google has released a tool that lets you manage Android devices using a server-side API and with no need to write your own management app.

Until now, if you wanted to manage an Android device, you had to write your own Device Policy Controller (DPC) app. This is basically an agent deployed by the developer, and mostly it was done by Android Enterprise Mobility Management (EMM) partners.

The new Android Management API widens this to be something that any developer can do without needing to worry about the underlying Android framework. You create a Google Cloud project, then call the API using a couple of REST API calls.

 

androidapi

 

 

The API relies on you defining policies that say how the device should be managed rather than setting up discrete transactions. Google interprets the policies into a set of actions for the target device, and executes those requests using the Android Device Policy app, a Google-made managing agent. Because the agent is provided by Google, developers don’t need to be concerned about which APIs are available or the specifics of a particular version of Android. The developers say you could set up the same management policy across an organization, even if the devices in use come from multiple manufacturers.

The first set of APIs focus on purpose-built uses for devices such as digital signage, ticket printing, and kiosks. The developers are working on other specific uses, and will eventually add the ability to control all Android enterprise solution sets.

The Android Management API is now available in beta for all partners and developers. Using Google’s API Explorer, you can try out the API and provision a device so long as you have a new or factory reset Android 6.0+ device and a Gmail account.

 

androidapilogo

 

More Information

Quickstart Trial For API

Related Articles

Android Studio 3

Android's Dex Compiler Gets Better

Kotlin - New Language For Android

Android Studio Moves Toward Java 8

Google's Jack & Jill Android Java Compiler Project Is Dead

The New Android Compilers - Meet Jack And Jill 

Android Studio 2.3 - In Need Of Direction

Android Studio 2.2 Preview Big Changes! 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

 

Banner


InfluxDB 3.6 Released With AI Capabilities
17/11/2025

InfluxData has released InfluxDB 3.6 for both Core and Enterprise, a  new version which incorporates AI and performance improvements. But, first of all what's the difference between Core and Ente [ ... ]



Julia 1.12 Adds Trim Feature
03/11/2025

Julia 1.12 has been released with a new trim feature, the ability to redefine structs, and the final switch to partitioned semantics. 


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 24 October 2017 )