I want to make an app in android which should not be uninstalled by the user once its get installed in the device, which should be like an default app like market.
Share
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.
This is simply impossible for a user-level app. For good reason – just imagine putting a malicious app on the market that cannot be removed!
The only way to do this would be with root privileges, like carriers do with pre-installed crapware that is stored on the read-only system partition of your phone.
It sounds like this is an internal app that you want to put on phones in your company (?). If that’s the case, you will need to temporarily get root access and put the app on the system partition. There is no way to do this using the regular means available to a third-party app developer, and for good reason.