Questions tagged [android-enterprise-features]

21 questions
3
votes
1 answer

Configure APNs on Android 9 (API level 28)

I'm trying to use the new APN api The code looks like this DevicePolicyManager dpm = (DevicePolicyManager) getSystemService(Context.DEVICE_POLICY_SERVICE); ComponentName deviceAdmin = new ComponentName(getApplicationContext(),…
3
votes
0 answers

Background location permission not granted in Android Q for Device Owner app through DevicePolicyManager at the time of device enrolment

Background location permission not granted in Android Q for Device Owner app through DevicePolicyManager at the time of device enrolment. coarseP = mPolicyManager.setPermissionGrantState(mAdminComponent, mContext.getPackageName(), …
2
votes
3 answers

How to get runtime time permissions using android management API?

I am using the Android Management API to get runtime permission android.permission.SYSTEM_ALERT_WINDOW. The app is going to be installed on fully managed devices. The policy has the below permissions defined:- defaultPermissionPolicy: "GRANT" I…
2
votes
2 answers

Kiosk devices with Lollipop (5.1) enrollment via NFC

I would like to ask, if somebody tried enroll Kiosk devices with Android via programmed NFC tags. I found this great blog post and followed steps inside. But I'm unable to even start process of enrolling, tried on Android 5.1, 7.1.2 and 8.0. I tried…
1
vote
0 answers

How we can auto re-enroll android devices after the factory reset without Zero Touch Portal account

I want that if someone completes a hard reset on the Android device, then the device re-enrolled automatically by their serial number. The zero-touch portal provides this feature but we are trying without a portal I already apply the zero touch…
1
vote
0 answers

Android emm device owner connect to wifi network

As an android developer who currently is working on an EMM client I want to silently connect device to wifi network. I have device owner privilege but still need to show user a prompt and wait for user acceptance. Because I am device owner of a…
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
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
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

How to Manage Multiple Private Apps on Multiple play store of different customers using Android Management Apis?

Hi Based on Documentation https://developers.google.com/android/management/apps It's not clear how multiple play store accounts can be used, with Single Enterprise that is created using Android Management API's Suppose we build a solution using…
1
vote
1 answer

Utilize and complement Android's enterprise features

As Google says here https://developer.android.com/work/guide.html As an Android developer, you can deploy devices and apps to employees and keep your corporate data secure. And also here https://developer.android.com/work/index.html Android in…
NoWar
  • 36,338
  • 80
  • 323
  • 498
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…
1
2