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

How to get the Location information of a device using android management API

@Fred, Using Android Management API how can we get the Location information of a device. Do we need to install any 3rd party application to get the location? How Location modes impact Location information?
0
votes
1 answer

Is it secure to pass secrets to kiosk devices using `managedConfiguration` in a Android Management policy?

Using the managedConfiguration under ApplicationPolicy inside a enterprises.policies, we can apply certain configurations to a managed app Is it secure / correct to use this managedConfiguration to pass some secrets to the device or if I should use…
H.T. Koo
  • 120
  • 4
  • 9
0
votes
1 answer

System update using android management API

I am looking into android enterprise system update policy https://developers.google.com/android/management/reference/rest/v1/enterprises.policies#systemupdate In the documentation, it is mentioned configurations things like automatic, windowed, etc.…
Mayank Jain
  • 271
  • 3
  • 7
0
votes
1 answer

publish private android apps using Google Play

This is possibly not a duplication. I have tried to find the solution. However I could not find any. My aim was to publish a private app in Google Play. What I have done is, register an enterprise user…
sadat
  • 4,004
  • 2
  • 29
  • 49
0
votes
0 answers

How to enroll device onto android enteprise?

I have created Android enterprise then enrolled the device on using the QR code, the device does say its enrolled and managed by Organisation. But the weird part is it trying to get the list of device return empty object, and also the app which I…
user12423529
0
votes
1 answer

How to install private apps using Android Management API?

I have made the application available to the organization in Google Play Store. I am using Android Management API to install the application in the device. The public apps are getting installed but the private app is not getting installed. I am…
0
votes
1 answer

Exported contacts not visible in Android Enterprise on Android 10

We export contacts to the address book by utilizing ContentProvider with ContactsContact.AUTHORITY (com.android.contacts). This works flawless on regular installations and also on Android Enterprise below Android 10. On Android 10 with Android…
slowcar
  • 314
  • 2
  • 13
0
votes
1 answer

Android device provisioning as a dedicated device using Android Management API fails

I am trying to build an Android Enterprise solution set using Android Management API and Android DPC in Dedicated Device mode. following the quickstart guide, I created Project, Enterprise and Policy. Stuck at the device provisioning phase. Device…
0
votes
1 answer

How to get the Enterprise token from the Callback URL without redirect it to new tab in the browser?

I have a doubt in extracting the Enterprise token. I know I can copy the Enterprise token from the URL. Instead of copying it,Is there anyway to extract the token without opening from the callbackURL? You have mentioned to point to the server in the…
0
votes
1 answer

How to get Android Enterprise details related to Gmail account

I'm trying to fetch the details of Enterprise related to an Gmail account, is there any default API to fetch the Enterprise details related to Gmail account ?
0
votes
1 answer

Not able to apply Policy of Android Enterprise

I am creating an app with the use of Android Enterprise. For that, I added dependencies in the build.gradle file. implementation 'com.google.apis:google-api-services-androidmanagement:v1-rev84-1.25.0' I am trying to disable uninstalling application…
0
votes
1 answer

How to install app using PackageInstaller for Profile Owner?

I am trying to install a apk file using Package Installer. My app is current profile owner. The method is completing successfully but in my BroadcastReceiver I am getting PackageInstaller.STATUS_PENDING_USER_ACTION. As per android docs…
0
votes
1 answer

Android remote device management without internet

I'm trying to implement Android device administration on a range of company-owned devices. The network these devices will be on does not have an internet connection - It will only have Wi-Fi connection to the enterprise network. I have the device…
1 2 3 4 5
6