Questions tagged [android-enterprise]

Questions related to Android Enterprise APIs and tools for developers to integrate support for Android into their enterprise mobility management (EMM) solutions.

Android Enterprise is a Google-led initiative to enable the use of Android devices and apps in the workplace. The program offers APIs and other tools for developers to integrate support for Android into their enterprise mobility management (EMM) solutions.

88 questions
0
votes
0 answers

Is there a way of implementing zero-touch enrollment onto a Buy your own device?

I want to enroll an android device into my enterprise and I want a Factory reset-proof solution which is done by zero-touch enrollment but the thing is It says to purchase a device from an authorized re-seller and I wanted to implement it into an…
0
votes
2 answers

Can't block android.permission.INTERNET on specific Application using Android Management API

I need to block network access to specific applications using Android management API. I tried creating a policy something like that: { "applications": [ { "packageName": "com.google.android.googlequicksearchbox", "installType":…
0
votes
1 answer

Android Managment API Command Timeout Problem

When the "Duration" in https://developers.google.com/android/management/reference/rest/v1/enterprises.devices/issueCommand expires, no Time Out information comes from Pub/Sub. At the same time, when we query the command, there is no information that…
0
votes
1 answer

Prevent uninstall and factory reset android

I have tried to search for it but couldn't find a proper solution. So Posting question here to seek help. Our essential requirement is that child cannot uninstall the app or cannot perform a factory reset on the device without admin permission.…
0
votes
1 answer

Android enterprise policy - how to allow gmail.com or any other email account to be used in play store (which is managed)?

We are trying out Android Management API. and we are controlling apps by defining them in the policy. Now for some reason, we need to allow the user to purchase the app or use an already purchased app (which will be the personal account i.e.…
0
votes
1 answer

Android enterprise policy - how to use managed play store in Whitelist mode with big number of apps?

I just got to know that we can not use more than 1050 apps in Whitelist mode. When I tried to add 1500 apps, I got an error: too many apps. Maximum allowed 1050, actual 1500 I know I'll need more apps but can not go in Blacklist mode since we are…
0
votes
1 answer

Android App Link not working when apps are installed on "Work" profile

I have two mobile apps that need to communicate via Android App Links (let's say Mobile App A must invoke Mobile App B). Both mobile apps are installed in the "Work" profile area (Android Enteprise). The expected UX is that when App A invoke App B,…
Manugal
  • 15
  • 1
  • 7
0
votes
1 answer

Set device locale as device owner

Is it possible to change the system locale programmatically when running as device owner (cf Android Enterprise provisioning) ?
sdabet
  • 18,360
  • 11
  • 89
  • 158
0
votes
1 answer

Is it possible to use Android Management API without Google Cloud?

I haven't found anywhere in the Google's Android Management API any alternatives to using Google Cloud as its backend. For users who have hard requirements against using Google Cloud or if it's unavailable in your physical location, does Google…
leojh
  • 7,160
  • 5
  • 28
  • 31
0
votes
1 answer

Can we use 'dpm set-owner' on Android for production devices on Rooted/Non-rooted Android

Plot Android has an option for single-purpose devices to be managed using Device Owner Kiosk Applications. Now there are various Device provisioning ways to make a Kiosk app Device Owner. One of the ways is to use the official Android EMM solution…
0
votes
0 answers

How to build Mobile App for MDM Distribution

My company has an App which is already available on Apple & Android App stores. Now the requirement is to distribute these Apps to Some Organizations via MDM. This can be done by Customer at their end. Before we tell our customers to consume the App…
anuragal
  • 3,024
  • 19
  • 27
0
votes
2 answers

Android: publish private apps for enterprise customers

I see that on PlayStore I can publish a private app to my customers if they has a OrganizationId. I don't understand the role of "Play Custom App Publishing API","Android Management API ". Is possible to develop a private enterprise store based on…
aeroxr1
  • 1,014
  • 1
  • 14
  • 36
0
votes
1 answer

Update Android app using Google Play Custom App Publishing API

I'm a developer working on a private app for my customer. The app has already been uploaded to the Google Play Store as a private app using the Google Play Console (Managed Google Play was used). I found that it is possible to publish private apps…
0
votes
1 answer

Is anyway to get approved application details for a specific enterprise through android management API?

I want to get the list of approved applications for a specific enterprise. As I am using Android Management API, Is there anyway to get it? If not, Is it possible to get it using any third party API's?
0
votes
2 answers

Can you send custom command using Android Enterprise?

I'm here asking another enigmatic question Do you know if Android Enterprise is able to send custom commands to device?, I mean, commands like take screenshot, push file, etc. Currently I'm reading this official documentation, but this does not…