98 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
127
views
Set device owner when multiple users exist (without deleting users / losing data)
I’m building a desktop provisioner (Go CLI + ADB) for an enterprise Android app. The goal is to fully automate setting our app as device owner on already-deployed devices without factory reset and ...
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 ...
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 ...
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
0
answers
48
views
Android Enterprise: The Zero-touch portal doesn't have the Owner user. (I accidentally put down the permission into Admin)
I'm trying to use the Zero-touch portal for Android Enterprise.
After several tests, I accidentally lowered the permission of the only user to 'Admin' permission.
In short, right now the account is ...
0
votes
1
answer
110
views
How do I get the keyedAppStates from the application report for AMAPI?
I'm attempting to access the keyedAppStates in order to retrieve app feedback from the Reports application. I have followed the instructions in this link.
https://developers.google.com/android/...
0
votes
0
answers
139
views
Binding to a DeviceAdminService and calling its methods
I have a device admin app that is the device owner and I want to bind to the DeviceAdminService class that the admin app has from another app.
The problem is that the DeviceAdminService class has ...
1
vote
1
answer
174
views
Not Receiving Callbacks for Security Logs in DeviceAdminReceiver
I'm developing an app that acts as a Device Policy Controller on Android, primarily focusing on enabling and handling security logging. Despite following the documentation to set up everything ...
0
votes
1
answer
74
views
Facing problem while getting Network & Security Logs for profile owner app
The project I am working on is a Profile Owner Application. I want to get the Network logs. I have successfully enabled the NetworkLogging and checked the Network logging enable status by ...
0
votes
1
answer
310
views
Can any EDM like Android Enterprise, Blackberry UEM or Intune enable Accessibility Service or change any other system setting for an Android app?
Can any MDM enable Android features like the Accessibility Service for an app automatically?
I want to automate the installation of our app on company devices using an MDM. The app requires a few ...
0
votes
1
answer
258
views
Is there a way of implementing zero-touch enrollment onto a Buy your own device?
I want to enroll an android device into my enterprise and I want a Factory reset-proof solution which is done by zero-touch enrollment but the thing is It says to purchase a device from an authorized ...
1
vote
0
answers
186
views
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 ...
0
votes
2
answers
838
views
Can't block android.permission.INTERNET on specific Application using Android Management API
I need to block network access to specific applications using Android management API.
I tried creating a policy something like that:
{
"applications": [
{
"packageName": "...
1
vote
1
answer
135
views
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 ...