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
2 answers

How to exit Kiosk Mode in Android Management API (MDM)?

I am facing a nasty scenario with the Android Management API (MDM) where the app is in the KIOSK MODE without option to leave the app, except if the policy is updated to FORCED_INSTALLED. My question is if there is a way to leave the KIOSK MODE if…
Jonas Simonaitis
  • 170
  • 1
  • 13
1
vote
1 answer

Add certificate per device with Android Management API

Is it possible to push certificates to a device, per device basis? I know you can set up certificates per policy, but I would need to set a different certificate per device (don't ask me why, the client wants it). If that is not possible is it…
cymenx
  • 47
  • 1
  • 7
1
vote
1 answer

Android management api - Setting default apps in work profile

I have a requirement to make Chrome the default browser in the work profile created with Android Management API. Currently the chrome app gets installed in the profile automatically on work profile provisioning. But it is not made the default app. I…
swdev123
  • 43
  • 5
1
vote
3 answers

enable system apps like camera and calculator by default in fully managed devices android management api

we are using android management API and developing our own EMMconsole and after provisioning android devices with fully managed devices:- https://developers.google.com/android/work/requirements/fully-managed-device system apps like camera gallery…
Baba Bhai
  • 13
  • 2
1
vote
1 answer

Android Management API - Setting issue

I am working on Android Managament API by Google. I need to disable all possibile access to menu settings except to "Wifi Menu". I am using a Kiosk App. Now, I disabled the access from the policy but I still am to able to access and navigate in menu…
Marco
  • 13
  • 5
1
vote
1 answer

How do I publish private app on Google play with or without Android Management API?

I am able to build a small EMM project using new android management APIs. My use case is dedicated users device management, where we manage both hardware and the apps for our clients. All the app updates part I have been reading is using public apps…
rana
  • 1,824
  • 3
  • 21
  • 36
1
vote
0 answers

Provisioning devices as dedicated devices using Android Management API not working

I have followed Android-Management-API quick start and successfully done all steps and provision a device with work profile mode. But when I tried provisioning devices(via QR code scan) as dedicated devices after factory reset, it fails and I do not…
1
vote
4 answers

Android Management API uninstall app from work profile of managed device

I have force_installed an app into my enrolled device by policy. How can I uninstall remotely that app from my enrolled device.
1
vote
1 answer

Android managed devices stuck in KIOSK mode, policy not automatically applying, unable to unpin

Currently we're using android-management-api on 100+ devices that are all under the same policy with a KIOSK mode app pushed to them. Most of the time the devices remain in the KIOSK mode, but from time to time we switch the pinning off, or apply…
1
vote
0 answers

Possible bug NOT_AVAILABLE_IN_COUNTRY

I am trying to enable policy via Android Management API. { "name": "enterprises/LC03hx99sc/policies/default", "version": "2", "applications": [ { "packageName": "app.caredirect.caredirecthub2", …
dewijones92
  • 1,319
  • 2
  • 24
  • 45
1
vote
1 answer

How do accessible track ids get applied to app using Android Management API

I'm using the Android Management API to provision kiosk tablets. I'm going through app testing - note that I'm using managed google play, and that this app is tied to an organization. I was able to provision via QR code, it downloaded the app to all…
theDude
  • 132
  • 1
  • 9
1
vote
0 answers

How to display customised message in device while setting device state as disabled in management console?

We are using Android management API in our project to control the device. We want to display customise message in device as This device has been locked. Contact your system admin while setting device state as disabled.Even though setting disabled…
1
vote
0 answers

How to prevent kiosk app from launching twice after reboot

I've successfully created kiosk app using Android management API with following policy: { "appAutoUpdatePolicy" : "ALWAYS", "applications" : [ { "defaultPermissionPolicy" : "GRANT", "installType" : "KIOSK", "managedConfiguration" :…
anro
  • 1,300
  • 16
  • 30
1
vote
1 answer

Minimum Android API level when using Android Management API enterprises.policies feature 'kioskCustomization.systemNavigation'?

I'm using the Android Management API to test provisioning a tablet device and notice some noncompliance details related to 'kioskCustomization,' so I'm wondering if my API level (25) is too low for kioskCustomization features. I couldn't find…
theDude
  • 132
  • 1
  • 9
1
vote
0 answers

how to block url in chrome via android management api

i am trying this policy json any help appriciaeted { "applications": [ { "packageName": "com.google.enterprise.webapp.x6306d4def62b6b3s", "installType": "KIOSK", "defaultPermissionPolicy": "GRANT" }, { "packageName": "com.android.chrome",…
vishu
  • 11
  • 5