本文介绍了禁用的Android manageapplication卸载按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在android系统管理应用程序禁用卸载按钮?
How to disable the Uninstall button in android management applications ?
如果我一旦安装在移动设备应用程序,如果任何最终用户要卸载该应用程序,那么他无法卸载它。
If i once install the app in mobile device, if any end user want to uninstall that app, then he not able to uninstall it.
推荐答案
让你的应用程序卸载的(嗯...你真的不能,如果用户使用的是根植电话),唯一的办法是直接安装在Android的捆绑,通过ADB(同时又植根)推到
The only way to make your application uninstallable (well... You can't really if the user is using a rooted phone) would be to install it directly in Android bundle, pushing it via ADB (while rooted) to the
/系统/应用程序
目录...
然后,它无论如何可能与标准访问用户手机开发。
Then, it's in anyway possible for a dev with standard access to the users phone.
这篇关于禁用的Android manageapplication卸载按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!