Is there a way to disable android market?

江枫思渺然 提交于 2019-12-25 01:39:42

问题


Is there a way to disable android market ? Say for a device admin or anyone for that matter ? How does ATT do it ? Have they asked mobile manufactures to modify the Android src accordingly ?

Edit : Can this be done on non-rooted device ?


回答1:


You needn't modify the source.

The Market is just another app, but its typically stored in the /system/app directory which is read-only without root access. If you root the device, or if you're a manufacturer you simply need to remove the vending.apk from /system/app.



来源:https://stackoverflow.com/questions/5516895/is-there-a-way-to-disable-android-market

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