Welcome to Headwind MDM Q&A, where you can ask questions and receive answers from other members of the community.

Please do not post bug reports, missing feature requests, or demo inquiries. If you have such an inquiry, submit a contact form.

0 votes
Hi

I have an app that needs access to microphone to play, how I can give access to this?

Thank you
by (120 points)

1 Answer

0 votes
Headwind MDM automatically grants requested permissions to all installed apps.

You may experience the issue if:

1. Headwind MDM is wrongly installed, see details here: https://qa.h-mdm.com/4895/

2. You didn't install the application through MDM - it has been preinstalled or you've used ADB to install the app

Your app should not assume that permission will be granted by MDM, and should have a mechanism of permission request: https://developer.android.com/training/permissions/requesting
by (32.7k points)
...