-3

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

Cœur
  • 37,241
  • 25
  • 195
  • 267
Stacker
  • 1
  • 2

1 Answers1

0

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).

zaitsman
  • 8,984
  • 6
  • 47
  • 79