Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法来停止安装 Android 应用程序。下载后使其休眠或阻止安装的东西。基本上,我正在尝试找到一种方法来做到这一点,以便我可以检查的另一个程序是恶意软件。Android系统中有什么可以做到这一点吗?
Android系统中有什么可以做到这一点吗?
幸运的是,没有,出于明显的安全原因。欢迎您创建自己的 ROM mod,其中包含包含您的代码的修订版 Android,并集成到软件包安装过程中。