Open ramiws opened 1 year ago
if this does not use BLE, does it work without access permission ?
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
These two permissions are requried when scan wifi list. If you manually fill in the wifi information when configure, you can remove them.
if this does not use BLE, does it work without access permission ?