I have a device admin application that supports Android devices with API 8+.
I am checking how changes to Android M can affect my current application. It turned out that now the user has the ability to disable certain permissions, even if the device administrator is already activated.
Isn't there a way to block this for device administration applications?
source
share