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
3
votes
0 answers

How to authenticate dedicated devices using Firebase?

I got a couple of dedicated devices using the Android Management API and those devices need to access my AppEngine Endpoints, Cloud Storage etc. In my Kiosk App I'm currently using the Firebase AuthUi(Google Sign-in) and initially login to all…
Hugo
  • 462
  • 3
  • 11
3
votes
2 answers

Disable Android navigation in Kiosk Mode (Android Management API)

We have a Kiosk mode setup completed using Android Management API with our launcher app acting as kiosk app. However customizations applied through policy are not working as per expected. "kioskCustomization": { …
itdeeps
  • 277
  • 10
  • 25
3
votes
0 answers

Android Management API policy kiosk mode - System Update not applied during maintenance window

I am now to using Android Managment Api to create Kiosk devices for my company. I wanted to create Kiosk device with my kiosk App locked to screen and the screen will never dim (this achieved within kiosk App with the android:keepScreenOn="true"…
3
votes
1 answer

Google Pixel device reboots twice after issuing a reboot command

When I issue a REBOOT command to a Google Pixel, it reboots twice in a row. It happens by using the Java SDK, but I was able to reproduce it by using the Android Management API Explorer as well: POST…
Florian
  • 235
  • 1
  • 11
3
votes
1 answer

App installs from different account in Play Store not being blocked by Android Management API

We are testing the Android Management API for our organization,and we found a workaround to the managed play store: If a user adds his personal account to the device (to access Gmail, for example), he can switch to that account in the Play Store and…
3
votes
0 answers

Delete App from private play store iFrame

Is the Delete option removed from Private Play Store iFrame ? It was available a couple of weeks ago. Please have a look at the SS below. If it's removed then option do we have to delete an app? If I unpublish it from developer console under…
3
votes
1 answer

Enable Internal app sharing in fully managed device controlled through android management api

I want to enable Internal app sharing in fully managed device so that I can send a link with update to specific users in an enterprise. I tried tapping 7 times on play store version in playstore settings but every time I get a message "Google Play…
Siddhant Mishra
  • 346
  • 1
  • 15
3
votes
1 answer

Request has insufficient authentication

I'm setting up the Android Management API with the Google API PHP Client but I figured that my authentication config I provided to the client has no impact when I'm sending a request. I tested if the credentials file exists and if syntax errors…
3
votes
2 answers

How can IT admins configure an Android app with managed configurations

I have an Android app that is used by many enterprises, each one has their own Server Address and Port. When each enterprise downloads my app I want them to be able to configure the Server Address and the Port number. Maybe the IT administrator of…
3
votes
2 answers

Android Management API with EMM Community

I'm using Android Management API to create Work Profile. Usage limit to this is per project 1000 devices and 1000 queries per 100 seconds for each project. I want to increase this limit also I want to explore DPC Support Library, that's not publicly…
3
votes
0 answers

Install Update/Beta Update of an app on Managed Device

I am not able to find an api equivalent to Installs: update of Google Play EMM API here in Android Management API. Can anyone please help with the API or any policy that can be used to install an update to a fully managed device. There is a concept…
rcde0
  • 4,192
  • 3
  • 21
  • 31
2
votes
2 answers

Error 400: invalid_request The out-of-band (OOB) flow has been blocked in order to keep users secure

using this quickstart.ipynb I'm getting this error You can’t sign in because "myapp" sent an invalid request. You can try again later, or contact the developer about this issue. Learn more about this error If you are a developer of myapp, see error…
2
votes
1 answer

Android Management API Disable Camera Except For Custom App

I am exploring about using Android Management API to restrict the use of Camera for my company device. So what I need is disable all camera access except for 1 application that my company made to take picture using camera. So what I want to ask is…
Mari_Yaguchi
  • 477
  • 8
  • 25
2
votes
1 answer

Android Management API - apps don't install with reason INSTALLATION_FAILURE_REASON_UNKNOWN or IN_PROGRESS

I've got a similar problem that was already described here. The proposed answers don't seem to work and I would like to provide some more context for the issue. Here's the policy I created for a phone: { "name": "policy", "applications": [ …
mihal277
  • 126
  • 1
  • 7
2
votes
1 answer

Enable quick settings in fully managed mode - Android Management API

I couldn't figure out how to enable quick settings to allow users to connect to a wifi network, among other things, in a fully managed device using Android Management API. I'm using this configuration: { "applications": [ { …
1 2
3
22 23