How to disable the Uninstall button in android management applications ?
If i once install the app in mobile device, if any end user want to uninstall that app, then he not able to uninstall it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only way to make your application uninstallable (well… You can’t really if the user is using a rooted phone) would be to install it directly in Android bundle, pushing it via ADB (while rooted) to the
directory…
Then, it’s in anyway possible for a dev with standard access to the users phone.