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
4
votes
1 answer

How to set a whitelist in web view with Android Management API

I am using Chrome Managed Configurations to set a whitelist with this code in my policy: { "packageName": "com.android.chrome", "managedConfiguration": { 'URLBlacklist': ['*'], 'URLWhitelist': ['chrome://*', 'google.com',…
Levy Srugo
  • 115
  • 2
  • 9
4
votes
1 answer

How to enable kiosk mode for a web app in the Android Management API

One of our customers wants to enable the single kiosk mode with a web app. When we apply this configuration, it doesn't work: the web app is not displayed, and the device is not usable (even if the Chrome app is installed). When the kiosk mode is…
Florian
  • 235
  • 1
  • 11
4
votes
1 answer

Android Management API's Delegation Scopes do not seem to be acquired by Companion app

Following the Android Management API reference, we've configured our Android Companion app to be able to : enable system apps, hide and unhide packages. We've added the following information in our policy configuration: { ' ' ' …
4
votes
1 answer

Is it possible to enroll a non-play-certified device into the Android management API?

I am working with a kiosk-style device that isn't currently Play certified, and therefore has neither play services nor play store. Is it possible to enroll this with Android Management API (and as such the stock device policy controller)? Thank you…
user10453504
4
votes
1 answer

Failing to create android management signup URL

I'm trying to access the new Android Management API for our organization but I run into problems accessing the API. Everything runs fine when accessing the API through the API explorer. To run this on our server, I have created a new project in the…
stamppot
  • 325
  • 1
  • 4
  • 11
4
votes
3 answers

Android Management API and MDM

I was going through the new Android Management API. Now, Google has their own app called Android Device Policy which acts as an MDM app but MDM apps don't require a factory reset but why do we have to factory reset the device when enrolling with…
3
votes
1 answer

how to obtain information about installed application on managed devices within an enterprise using android management api?

I am currently working on an MDM (Mobile Device Management) Application that utilizes the Android Management API. I have successfully enrolled my devices and obtained some application details such as SDK version and app versions by using on node…
maranR
  • 363
  • 8
3
votes
2 answers

Android 12 kiosk mode - NFC stops working after screen timeout

I have a few devices using the Android Management API and running in kiosk mode. I have encountered a new issue regarding the NFC scanning after upgrading from Android 10 -> Android 12. After a device restart everything seems to be working fine and…
3
votes
2 answers

Android 12 Work profile device identification

With the latest changes in Android 12, there is no way on work profile to obtain any kind of device identifier. In this post specifies to use the Enrollment ID in work profile with Custom DPC: if(VERSION.SDK_INT >= VERSION_CODES.S) { //…
Josue Yeray
  • 1,163
  • 1
  • 11
  • 12
3
votes
1 answer

Android Management Device Provision Fail

I used this quick start guide to setup my project and enterprise. Currently the project is under 'No Organization' on the Google Cloud Console hierarchy. I have setup the following device policy with a single app in kiosk mode. The app is restricted…
Johan Ferreira
  • 515
  • 4
  • 15
3
votes
1 answer

How to enable Accessibility service in Android management api (Work profile )?

I recently developed an app with Android Management API. This app has Accessibility service MyAccessibilityService. I granted accessibility service permission from enterprise policy from enterprises.policies…
3
votes
1 answer

Request to increase Android Management API device limit

I am working for a non-profit organization with more than 2,500 employees and as many android smartphones. We have tested many EMM products in recent years. Even though we only need a few very basic features, aside from one or two special…
Caliburn
  • 31
  • 1
3
votes
1 answer

Pub/Sub - Push to API when STATE is ACTIVE on Enrollment

I have implemented to PUSH a PUB/SUB notification to my POST API with the device details on ENROLLMENT. But notification comes in while the device STATE is still PROVISIONING Is there a way to get the notification only when the STATE is ACTIVE ?…
Sudhu
  • 565
  • 8
  • 24
3
votes
2 answers

Google EMM API and Android Management API

I am working on a custom EMM MDM solution. I did a lot of study about it and I came across these two APIs. Android Management API Google EMM API Now I have few questions about these two APIs I did about these two APIs individually but i don't why…
Qaiss Aria
  • 113
  • 3
  • 10
3
votes
1 answer

Volume is muted when adjustVolumeDisabled is set to true

There is a device running in kiosk mode with single app. It is required, that adjusting volume should be disabled, so I'm using "adjustVolumeDisabled": true in the policy. However, setting it to true mutes volume and I am unable to change it…
anro
  • 1,300
  • 16
  • 30
1
2
3
22 23