EspressifApp / EsptouchForAndroid

EspTouch is one way for Android Phone to tell the connected Router's Ssid, Password and etc. to make IOT devices to connect to the same Router. EspTouch is developed and maintained by Espressif Corp.
Other
1.03k stars 461 forks source link

Can this work without Location access #89

Open ramiws opened 1 year ago

ramiws commented 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" />
XuXiangJun commented 1 year ago

These two permissions are requried when scan wifi list. If you manually fill in the wifi information when configure, you can remove them.