android studio 1.5.1, marshmallow no internet access detected won't automatically reconnect

前端 未结 5 2046
旧时难觅i
旧时难觅i 2020-12-21 18:30

I\'m having this problem on some 2013 Nexus 7\'s.

got some code to work (please see below).

package acme.wifi;
import android.content.*;
import and         


        
5条回答
  •  南方客
    南方客 (楼主)
    2020-12-21 18:49

    Add permission in the manifest file:

    1. android.permission.ACCESS_FINE_LOCATION
    2. android.permission.ACCESS_COARSE_LOCATION
    3. Turn on Location Service

提交回复
热议问题