How to create MDM Download block

1.2k Views Asked by At

I want to create my own MDM Download block for my Galaxy devices, how can I create it?

A picture for example:
A picture for example

1

There are 1 best solutions below

0
On

You need an ELM key, a knox sdk, and call the android.app.enterprise.RestrictionPolicy.allowFirmwareRecovery

https://seap.samsung.com/api-references/android-standard/reference/android/app/enterprise/RestrictionPolicy.html#allowFirmwareRecovery(boolean)

This will only work on Samsung devices which have a native stock firmware (e.g. Cyanogen or MIUI won't have these APIs).