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
1
vote
1 answer

how to handle the passwords in an emm android app?

if i use the android managed configuration with all the app restrictions and so on... and the admin should set the credentials (example for a mail server) what is with security? All the values you define in the restrictions.xml file are set in plain…
1
vote
1 answer

How to enable status bar in KIOSK mode for 7.0 device?

I have been developing a KIOSK application where i am unable to enable status bar for devices running OS 7.0 or below. I have enabled all the settings in my policy e.g. "statusBarDisabled": false, "kioskCustomization": { "powerButtonActions":…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
1
vote
2 answers

Android Management provisioned devices don't always install apps

We enrolled several devices using an Android management api token. Most of the units provisioned and work correctly. On some, one or more of the applications we want FORCE_INSTALLED don't end up installed. I had the people provisioning these units…
Shinyosan
  • 357
  • 3
  • 9
1
vote
1 answer

How to adjust the language and time settings through the android management API

So we starting with testing the management api on several devices within the company I work for. Now we got some feedback from our employees who would like to have the 24 hour notation and switch the language to Dutch. Until now i did not find a way…
1
vote
3 answers

Cannot create a work profile The security policy prevents the creation of a managed device because a custom os is or has been installed on this device

I have 5000 devices enrolled with EMM using android management API and recently I am getting issues with multiple devices out of nowhere and getting and error prompt after scanning the QR code on re-enrollment. All of my enrolled devices are Samsung…
1
vote
1 answer

Is there anyway to get android app icon, app name and app description using app package name?

How can I get the android app name, app info and app icon from app package name? Is any API available?
1
vote
3 answers

Android Management - How to send bulk request?

We have been using Android Management APIs to enroll devices in an enterprise and provide restricted environment to our users. We have a requirement where we need to bulk update all the devices by making a patch request using this API:…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
1
vote
2 answers

How to get the managed configuration from the non DPC application?

I have enrolled the device with the enterprise web application and applied the restriction through the Admin(DPC) application. Now i am trying to get the managed configuration using RestrictionsManager.getApplicationRestrictions() from the non DPC…
1
vote
1 answer

500: Internal Server Error while Creating New User

I am using Google Play EMM API to create a new user but I am getting an internal server error. I have a valid Access Token that I have been creating using the same Gmail that I used while creating an enterprise. Also, I am sending all the params…
Zubair Rehman
  • 2,335
  • 2
  • 20
  • 25
1
vote
3 answers

How to remove all devices from enterprise android management?

Is there any way to remove enterprise or all devices from enterprise in Android Management API ? Please note: I am already aware about api to remove single device i.e. …
The Black Horse
  • 2,328
  • 1
  • 14
  • 21
1
vote
1 answer

Devices not getting updated as per minimumVersioCode enforcement on policy

We have close to around 5000 devices using android management api for its management. We had recently done a minimumVersionCode enforcement on new deployed app version but it seems like 13% of the device is still to be updated to the new version,…
1
vote
3 answers

How to target app releases in closed tracks to organizations?

I published a private app in closed tracks to my own organization using Play Console, explained here. Under Pricing & distribution -> User Programs -> Managed Google Play it says: This app is privately targeted to 1 organization. You can also…
Hugo
  • 462
  • 3
  • 11
1
vote
1 answer

Create a Enterprise using a service account

Here in my company we use G-suite, and it's not possible to create enterprises using our accounts. So, it's possible to create enterprises using services accounts? Thanks.
kauly bohm
  • 11
  • 1
1
vote
3 answers

Android Management API / Kiosk Mode: How to debug?

How can I debug an Android device that is set to installtype: KIOSK using the Android Management API? I have set debuggingFeaturesAllowed to true but adb devices does not even show the device when attached via USB cable. Is there a way to get a…
user1195883
  • 654
  • 4
  • 19
1
vote
0 answers

Android Management API Setting Service Credentials

I'm trying to get the Android Management API working. I'm using the C# library available here https://www.nuget.org/packages/Google.Apis.AndroidManagement.v1 I've generated a service account and downloaded the json key for that service account. Then…
Michael Esteves
  • 1,445
  • 3
  • 21
  • 38