1) I don't know that do I need to root the device to use the device administration app in android?
2) In every Emulator unlock the BootLoader
, So can I lock the BootLoader
for Emulator?
1) I don't know that do I need to root the device to use the device administration app in android?
2) In every Emulator unlock the BootLoader
, So can I lock the BootLoader
for Emulator?
Copyright © 2021 Jogjafile Inc.
You don't need to root your device in order for your app to use device admin APIs.
To use the Device Administration API, the application's manifest must include the following:
More details.