I want to build an app with DeviceAdmin privileges and pre-install it on devices, that will go to my users.
What I want is: to protect the app from being uninstalled. To do so, I'm placing it into the system directory.
The problem is: user can root the device and uninstall my app.
The question is: What could be the potential solution? Is it possible to somehow protect the device from being rooted?