1

I am using this code to activate Device Admin in android.

Intent intent = new Intent(DevicePolicyManager.ACTION_ADD_DEVICE_ADMIN);
            intent.putExtra(DevicePolicyManager.EXTRA_DEVICE_ADMIN, demoDeviceAdmin);
            intent.putExtra(DevicePolicyManager.EXTRA_ADD_EXPLANATION,
                    "Your boss told you to do this");
            startActivityForResult(intent, ACTIVATION_REQUEST);

enter image description here

But I want this screen above screen lock. Means I dont have to unlock my screen to get this option. How can I achieve that?

Arshad
  • 1,262
  • 16
  • 25

0 Answers0