What permission do I need to access Internet from an Android application?

前端 未结 13 1688
名媛妹妹
名媛妹妹 2020-11-22 03:50

I get the following Exception running my app:

java.net.SocketException: Permission denied (maybe missing INTERNET permission)

How do I solv

13条回答
  •  别那么骄傲
    2020-11-22 04:35

    if just using internet then use-

    
    

    if you are getting the state of internet then use also -

    
    

    just above the application tag.

提交回复
热议问题