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

Custom SignUpURL in Android Management API

I am trying to implement Android Management API in my project where the first step is to create an enterprise: Post the Callbackurl and ProjectID to the Following URL https://androidmanagement.googleapis.com/v1/signupUrls I get the response name…
Arpit116
  • 81
  • 4
0
votes
0 answers

Install custom apps or apps from google play store in Work Profile programmatically

I want to install custom apps or apps from google play store in Work Profile without user interaction. It can be done using Android Device Policy app and Android Management API remotely only for play store apps. I've created custom Work Profile…
0
votes
1 answer

EMM Policy Proxy Setting for WIFI Networks

Hy! I created a policy for our devices with wifi settings. I am able to connet to the wifi but i don't internetaccess because of missing proxy settings. I have not found any information about proxy setup on google emm…
chriss
  • 91
  • 6
0
votes
1 answer

How to create updateable COSU App on Android TV [STB]

I need some help with my app that I build for Android TV. I already make a COSU app for Android TV, but the problem is I need to use adb shell to make my app as device owner. Is there a way to make my app as device owner programmatically? Because I…
GunSky7
  • 25
  • 8
0
votes
1 answer

How to remotely configure an enterprise Android app via an Enterprise Mobility Management tool?

I work for a business that provides an Android app to multiple clients. Each client uses their own EMM (Enterprise Mobility Management) solution. I am attempting to ascertain what the options are for remotely configuring our app on Android devices…
-1
votes
1 answer

How do I customize a dpc? Google is said to be no longer accepting registrations for Google Partners

I read the relevant webpage and learned that it is no longer possible to register partners, does that mean that it is not possible to integrate relevant apis to customize DPC? My company is currently developing MDM software and would like to do this…
Kun
  • 1
-1
votes
1 answer

How to distribute Enterprise apps or in-house apps using android management API?

I have successfully created an Android management API for an MDM (Mobile Device Management) application. Now, i want to distribute APKs to an enterprise organization without using the Google Play Store such as hosting the APK files on a secure…
maranR
  • 363
  • 8
-1
votes
1 answer

Disable flash mode and wipe in recovery- mangmenet api

I'm using Android Management API, and I see if wipe data off ["factoryResetDisabled": true]- but can flash phone (and in Samsung devices can unlock bootloader and wipe data) and wipe data in recovery. can disable wipe data and flash and download…
-1
votes
1 answer

Can I create work profiles for multiple companies on one device?

By creating a work profile for general users, we plan to provide EMM service by separating it from personal space. Assume that EMM services are provided to companies A and B. A user (user1) wants to visit companies A and B in turn. User1 visits…
DR.S
  • 1
-1
votes
1 answer

Can I install/publish non google play store apps on devices using AMA

I have stored an android apk in private ftp server. Can I publish this apk on devices using Android Management Api.
-1
votes
2 answers

Android Management API doesn't apply policies

I've been following the Android Management API guide quickstart: https://colab.research.google.com/github/google/android-management-api-samples/blob/master/notebooks/quickstart.ipynb I have created a dummy project, enterprise, and service account. I…
HapaxLegomenon
  • 111
  • 1
  • 7
-1
votes
1 answer

I keep getting AttributeError: 'str' object has no attribute 'request' with google APIs in flask

Im trying to interact with the android-management-api through Flask. everytime im running into an error that i dont understand as im quite new to coding the error comes when calling device_list =…
-1
votes
1 answer

I cant get my flask application authenticated through google and apis usable

im quite new to coding but this is barely documented so i need some help. Im building a flask application but I cant get the google auth flow working. Im using Pycharm and python version 3.9 My issues are : I cant find any beginner tutorial that…
-1
votes
2 answers

Is it possible to change a device policy?

My enterprise has 2 policies: POLICY_1 and POLICY_2. My device was provisioned with the POLICY_1, but I would like to change it to POLICY_2. I'm using the Java lib 'com.google.apis:google-api-services-androidmanagement:v1-rev20201012-1.30.10'. I'm…
-1
votes
1 answer

How to find factory reset happened on device

I need to find the applied policy status on device. How to find if registered device on my group done factory reset, using Android Management API.
1 2 3
22
23