Blocking package installation

孤街浪徒 提交于 2019-12-08 01:59:45

问题


Is it possible to block the installation of a package on a Honeycomb device? What I'd like to have is an application (or service or everything) that, once running, it inhibits subsequent installation of other packages. Let's suppose to be a service. While it runs, if the device user attempts an installation by the Market, it will be aborted. It is possible (continue supposing) to register an APPLICATION_IS_ABOUT_TO_BE_INSTALLED broadcast receiver that can break the PackageManager process?

Thanks in advance L.


回答1:


Nopes ! AFAIK, Not possible yet !



来源:https://stackoverflow.com/questions/6411031/blocking-package-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!