Connect to the Internet without permission

谁都会走 提交于 2019-12-14 04:13:10

问题


How can you update data with Internet connection, but without any permission, like in this android app?
https://play.google.com/store/apps/details?id=org.youcorp.matchschedule.eu
http://img5.fotos-hochladen.net/uploads/screenshot2014ty0vjlxsu7.png


回答1:


You have to write the permission android.permission.INTERNET in the Manifest file. There's no way around it. But as of the latest Play Store update (4.8.19), the Internet Permission won't show up on the dialog. That's why the text says "does not require any special permissions".

Google also states this in the following Support document (Click) "These days, apps typically access the Internet, so network communication permissions including the “full Internet access” permission have been moved out of the primary permissions screen."




回答2:


That app you are linking to has full network permissions.



来源:https://stackoverflow.com/questions/24228111/connect-to-the-internet-without-permission

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