Disable application unistall in android?
android
Solution
You will need to enable deviceAdmin to disable `Force Stop` and `Uninstall` features. This is handled by the `Device Admin API` which handles enterprise/app policy management.
Problem
I want to such a thing that when my app will install in a android phone. no body can uninstall it from phone, or when any one will try to uninstall it, a pop up show or any alert. Is there any way ?