356 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
156
views
Private Android App via Android Management API and Managed Play Store
I used AMAPI's quickstart guide, created an enterprise (let's say it's 'enterprises/LC01234567') and I am using fully managed devices via scanning a QR code.
I also created a Google Play developer ...
1
vote
1
answer
111
views
Android Management API Kiosk Mode: Displaying PackageInstaller Confirmation Prompt for Sideloaded APKS (Non-Managed Google Play)
I'm developing an internal enterprise app store (let's call it ````com.private.internalstore```) for Android devices managed via the Android Management API (AMAPI). This app is designed to install and ...
0
votes
0
answers
43
views
Apps installed with a managedConfigurationTemplate template ID intermittently lose the related managed configuration settings
Managed Android apps that have managedConfigurationTemplate configured in their device policy will have the managed configuration settings intermittently disappear, i.e. the app behaves as if it has ...
1
vote
0
answers
153
views
How to install a custom CA as a system certificate (not user CA) on fully managed Android device with Android Management API?
I am developing an Android Enterprise solution where I provision devices as fully managed (Device Owner) using the Android Management API. My requirement is to install my own custom CA certificate ...
0
votes
0
answers
59
views
Android management policy: apnSettings not working
I have set the apn policy, but it doesn‘t work.
the policy content is as follows:
Policy policy = new Policy();
DeviceConnectivityManagement deviceConnectivityManagement = new ...
0
votes
1
answer
59
views
Android Management Password policy: "RequirePasswordUnlock cannot be set inside a deprecated field"
I was trying out the Android management Password policy. This is the payload I applied:
"passwordRequirements": {
"passwordMinimumLowerCase": 5,
"...
0
votes
0
answers
46
views
Android Management Api, KIOSK application screen turns off
I have about 500 tablets which are provisioned as KIOSK with Android Management API.
The policy looks like this.
val categories: MutableList<String> = ArrayList()
categories.add("...
0
votes
0
answers
34
views
managedConfigurationTemplate not taking effective on device end
i was trying to pass templateId to managedConfigurationTemplate, but it is not taking effective on the device end. App configuration profile is not taking effective.
{
"autoUpdateMode&...
0
votes
1
answer
237
views
Android EMM Device Enrollment Fails – "Couldn't set up your device" Error
I am developing a Device Policy Controller (DPC) app to enforce policies like enabling/disabling the camera. I used Device Policy Manager and created a QR code for provisioning. However, after a ...
1
vote
1
answer
193
views
How to set up Managed Configurations and retrieve the data with RestrictionManager
Setting up Android Enterprise's AMAPI, i have an application that needs to receive information from the AMAPI service (such as urls and texts), when refering to the documentation for Managed ...
1
vote
1
answer
99
views
How to Efficiently List Non-Compliant Devices Using Android Management API?
I am building an EMM software for Android devices using the Android Management API. Currently, I'm listing all devices in the enterprise with the enterprises.devices.list method and checking each ...
-1
votes
2
answers
142
views
use the mcmId from the managed configurations Iframe
I am trying out with android management API and when trying the managed configurations i found that google provides the iframe which returns the name and the mcmId. The docs say that i need to put the ...
0
votes
1
answer
152
views
What Functions Are Supported by the Android Management API (AMAPI) Extensibility SDK for Companion Apps?
I am developing a solution to manage Android devices using the Android Management API (AMAPI).
I’ve reviewed the Android Management API's Extensibility SDK documentation, but I’m unclear on its ...
0
votes
1
answer
90
views
Confusion with Android App Configuration Policy and Permission Grants
I'm trying to understand a discrepancy in the Android App Configuration Policy. The policy has defaultPermissionPolicy set to DENY, yet under the app-level permissionGrants, the camera permission is ...
0
votes
1
answer
591
views
How to set an app as device admin/owner in the android management api?
I'm in an MDM development project, we are integrating MDM with an Android management API, our application is mandatory to install on devices and is included in all policies that are created. the ...