Android M and Device Admin Apps

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?

+4
source share

Source: https://habr.com/ru/post/1609323/


All Articles