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
As far as I understand, we have to manually enter all the apps that we allow to run on the devices.

Now there are some device on which we want to use h-mdm only for deployment of apks and setting parameters to them (e.g. your WIFI manager, our version of kisok browser, …), but still allow users to run any other app.
by
edited by

1 Answer

0 votes

There are several ways to do that.

1. At first start, do not grant access to history usage and accessibility services. This will prevent app guard services to start. If you already granted access, open Android settings and revoke access in Applications - Headwind MDM - Permissions.

2. Install the Community launcher.

3. If you have the source code of Headwind MDM launcher, you can modify the code of CheckForegroundApplicationService.getBlockedForegroundPackage() so it will return null for all apps (probably except Android settings).

by (32.7k points)
...