• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Device Admin:uninstall

surlac

Newbie
I've let user enable 'device administration' with
Code:
new Intent(DevicePolicyManager.ACTION_ADD_DEVICE_ADMIN)
but after it the user unable to uninstall the pp from "Settings-Apps". Is there a way to uninstall app?

res/xml/device_admin.xml:
<uses-policies>
<disable-camera />
<encrypted-storage />
<expire-password />
<force-lock />
<limit-password />
<reset-password />
<watch-login />
<wipe-data />
</uses-policies>
 
They have to turn off the device administration privelidge (settings>security>administrators) before uninstalling the app
 
Thanks Rxpert83! I've deactivated the app from Security->Device administrators, and "Unistall" button become active.
 
Back
Top Bottom