Top "Device-admin" questions

The Device Administration API for Android 2.2 and later allows applications to enforce security policies by requiring a password or encryption, and to lock or wipe the device programmatically.

Oppo Phone removing Device Admin Permission

In my application I am using Device admin permission, It is working fine in all devices but In Latest Oppo …

android broadcastreceiver android-broadcastreceiver device-admin oppo
How do disable lockscreen in android?

I have my app registered as device administrator, with the appropriate lock screen permissions. I can access the method to …

android lockscreen device-admin
Android: Programmatically remove my app from Device Administrator?

I'm trying to add a button to my app to remove it from Device Administrator and am using the code …

android components device-admin
java.lang.SecurityException: No active admin owned by uid 10047 for policy #4 on wipe data

I wants to wipe data remotely using my app but currently I am trying to do it manually from app. …

java android device-admin device-policy-manager
Lock android phone

I am trying to lock a device programmatically when the user presses a button. I am aware that I will …

android device-admin
Lock an Android Phone

Possible Duplicate: Lock the android device programatically I want to be able to lock the Android phone with a password …

java android locking device-admin