为Android应用程序卸载的应用程序、Android

2023-09-04 09:45:28 作者:没感情就绝交吧。

我想在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.

推荐答案

这是简单的用户级应用程序是不可能的。有很好的理由 - !只是设想将不能被删除市场上的恶意应用程序

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!

要做到这一点就具有root权限的,像运营商做的是存储在手机的只读的系统分区pre-安装crapware的唯一方法。

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.

听起来好像这是你想要把电话在你公司内部的应用程序(?)。如果是这样的话,你就需要暂时获得root权限,把在系统分区上的应用程序。有没有办法使用提供给第三方应用开​​发者,这是有原因的常规手段来做到这一点。

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.

 
精彩推荐
图片推荐