Questions tagged [android-enterprise-features]

21 questions
0
votes
1 answer

Why my private app not installed in dedicated device profile?

I have been working with Android management API for the last few months and Uploaded two private apps in the EMM console.It was working perfectly while I distributed to dedicated device.But now It is not installed while I distribute.I can't…
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
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