Questions tagged [android-management-api]

The Android Management API provides a way to manage enterprise devices and apps, whether you specialize in developing enterprise mobility management (EMM) software or are developing an in-house solution for your organization.

The Android Management API is compatible with any device running Android 5.1 or above that has Google Play installed. Designed with the needs of businesses in mind, it doesn't matter if an organization's devices come from a single manufacturer or from multiple sources. You can use the Android Management API to develop a single solution to manage them all.

Links:

Release Notes

333 questions
0
votes
2 answers

How to set a whitelist and blacklist in chrome with Android Management API

i tried evrything in this link. How to set a whitelist in web view with Android Management API Below is my code on api. Any help will be appreciate { "packageName": "com.android.chrome", "installType": "FORCE_INSTALLED", …
vishu
  • 11
  • 5
0
votes
1 answer

Fully managed enrollment with Android Management API on active device

Is it possible to enroll a fully managed device with Android Management API that does not have a fresh install? I can only get a work profile installed.
0
votes
1 answer

How to Un-enroll Enterprise from EMM

We have have been writing our own EMM solution and successfully created and enrolled device in an enterprise. However, we are unable to un-enroll enterprise by calling this API:…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
0
votes
0 answers

How to enroll device onto android enteprise?

I have created Android enterprise then enrolled the device on using the QR code, the device does say its enrolled and managed by Organisation. But the weird part is it trying to get the list of device return empty object, and also the app which I…
user12423529
0
votes
1 answer

Get back json response from android management API call

I am using android management api in my android application. Now I want to get the policies of my android app I am using this method policies.get for fetching the policy. Now what i want is acually to get the json from response back in my…
twana eng
  • 31
  • 10
0
votes
1 answer

Android management API for chrome devices

Actually I am working on my custom MDM for my working. I used android management api for enrolling the devices. I have successfully provisioned and applied policies on android mobile device. Now I have few question regarding android management Does…
0
votes
1 answer

How to install private apps using Android Management API?

I have made the application available to the organization in Google Play Store. I am using Android Management API to install the application in the device. The public apps are getting installed but the private app is not getting installed. I am…
0
votes
1 answer

How to correctly load and use gapi.iframes library from Angular 9?

I'm trying to add a google api iframe to my project, as described in the Android Management API documentation: