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

I see in the android developer documentation that there is a key "android.os.UserManager.DISALLOW_BIOMETRIC" in the DevicePolicyManager function, but how can I apply that in Headwind MDM?

by (190 points)

1 Answer

0 votes

It is possible to disable many options listed in UserManager by using "Restrictions". Open the configuration details, "MDM Settings", and type the appropriate value, for example, no_factory_reset in the "Restrictions" field. Save the configuration to apply settings. This option works in MDM mode only (when Headwind MDM is set as the device owner). 

However there's no option to disable biometric in UserManager. The android.os.UserManager.DISALLOW_BIOMETRIC you mentioned is apparently available to system applications only.

by (33.5k points)
edited by
I tried it in MDM mode but it did not work. Also https://developer.android.com/reference/android/os/UserManager does not write anything about "no_biometric", can it be that it only works on Samsung devices with knox (I use a LineageOS based phone)?
...