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


Google Adds Multiple Database Support To Firestore
04/03/2024

Google has announced the general availability of Firestore Multiple Databases, which can be used to manage multiple Firestore databases within a single Google Cloud project.



SnapCode: A Java IDE for the Web
27/02/2024

Thanks to CheerpJ and WebAssembly you can now run a Java IDE inside your browser and local first.This is SnapCode, and while lightweight and in-browser, is to be not underestimated.


More News

 

raspberry pi books

 

Comments




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

Last Updated ( Tuesday, 24 October 2017 )