Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
183 views
in Technique[技术] by (71.8m points)

uninstallable app for Android

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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...