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手机中静默安装apk,我找到了这个解决方案 (链接),是如何使用busybox命令行安装apk,但是当我使用busybox安装路径/到/apkfile时,它不起作用,有人可以帮我吗请举一些例子。
执行此操作的命令行程序是pm:包管理器。所以试试pm install apkfile 如果你不带参数运行命令,它会打印出一些帮助文本。我不知道它会有多安静 - 但无论如何你都不应该向最终用户隐藏安装。
pm
pm install apkfile