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

Programatically Check whether my android device has activated work profile or not?

I want to prevent my Android app is running in my personal profile, when my work profile is activated, is there any way to check from my Android app, Android System activated work profile or not? Thank you
1
vote
1 answer

How do I set Android app as device owner?

I'm developing Kiosk Mode App for my organization. The only thing I want is to set my App as device-owner-mode to launch the app in Kiosk Mode. I am debugging this by using adb shell to set this app as device owner. The problem is how I set this as…
Wonjae
  • 23
  • 3
1
vote
0 answers

Does AOSP or Graphene OS support COPE mode for enterprise device enrolment from setup wizard

I am looking for a solution to customize the setup wizard app in Graphene OS to ask for QRCode based device enrollment in COPE mode The idea is to complete the organization managed device profile setup from the setup wizard using the testDPC app.
Jarvis
  • 1,714
  • 2
  • 20
  • 35
1
vote
2 answers

How to disallow copy text from android app to keep corporate data as secured

We are working on a secure app in which we share secure data with corporate users. Since the data needs to be secured and the user shouldn't be able to copy the data. The issue is, using Samsung Knox, we can disable copy-paste for all apps and also…
Sng
  • 11
  • 2
1
vote
0 answers

Android Parental Control API

I wanted to know if Android SDK provides built-in api for parental control? So far from my research I have seen it is possible to use background service and VPNService to restrict websites, screen time and applications but it need to be highly…
FreeSec
  • 75
  • 4
1
vote
1 answer

Using Android Management API without google account

I am developing an application in the "fully managed device" mode. Now implemented "Dedicated devices". The installation of the application is carried out via a QR code immediately in the "Device owner" mode. { …
1
vote
0 answers

Write on SD card as DPC/device owner

My app is a DPC (device policy controller), setup as device owner on an Android 8.0.0 (API 26) device. And it needs read/write access to another app's external storage directory (to do some rsync). It works well on the primary/emulated external…
1
vote
0 answers

Android Enterprise - enable with Google Workspace EnterpriseID

In the Android Enterprise documentation it is mentioned that: There are two types of enterprises: Managed Google Play Accounts enterprises and Google Accounts enterprises. This is what I need: Customers that use Cloud Identity or Google Workspace…
1
vote
1 answer

Android Management API: Failed to patch policy - Caller is not authorized to manage enterprise

I have been working with the Android Management API to try and manage the policy of my company's existing enterprise. My company account has the Owner role within the organization and the roles Owner and Service Account Admin for the service account…
Jose Jaime
  • 33
  • 3
1
vote
1 answer

Android Management API How to Identify Enrolled Device

I have many devices enrolled, now the problem is that i can't identify the device name on device, when I query EMM I got the list of devices with name of the devices are unique for example: name of device is enterprises/xxxxx/devices/abc123" Now i…
Vaimeo
  • 1,078
  • 9
  • 14
1
vote
2 answers

get Device identifier from Android Device Policy

We are trying out the EMM MDM app using Android Enterprise. So we enroll using Android Enterprise in Fully managed mode. We'll be having a per device policy mechanism, so every device will have a separate policy. Now at the start, we don't have any…
1
vote
1 answer

Android Enterprises Device Enrollment Stuck with NodeJs Generated QR Code with Service Account Authentication

As mentioned in the google documents i have tested the following process URL to quick start: https://colab.research.google.com/github/google/android-management-api-samples/blob/master/notebooks/quickstart.ipynb#scrollTo=pjHfDSb8BoBP Create…
Vaimeo
  • 1,078
  • 9
  • 14
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

Do I have to use Google Cloud Platform to integrate Android zero-touch enrollment API?

I've already developed an EMM solution that migrated on Microsoft Azure. Now, I want to integrate Android zero-touch enrollment API and Android Management API into my solution. According to the document, I can use Google Cloud Platform to run the…
1
vote
0 answers

AppUpdateManager in Managed Google Play?

According to the documentation apps in managed devices are updated automatically when the following constraints are met: The device is connected to a Wi-Fi network. The device is charging. The device is idle (i.e. not actively used). The app to be…
Dan
  • 173
  • 2
  • 18