Connect to the Internet without permission

2019-09-23 09:37发布

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

2条回答
爷的心禁止访问
2楼-- · 2019-09-23 10:25

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."

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-09-23 10:32

That app you are linking to has full network permissions.

查看更多
登录 后发表回答