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
Is there any documentation on how to use the MDM settings in the Admin Panel? Specifically how to set the allowed and restrict activities?

I have added DISALLOW_AIRPLANE_MODE in the restrictions and this restriction is not enforced on my device.

thank you
ago by (120 points)

1 Answer

0 votes
To add an activity, please read the instructions: https://qa.h-mdm.com/18181/how-to-open-access-to-settings-sheets

You can find documentation on restrictions here: https://developer.android.com/reference/android/os/UserManager

For example, to disable airplane mode, add the value no_airplane_mode
ago by (19.7k points)
...