Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this work without Location access #89

Open
ramiws opened this issue Dec 10, 2022 · 1 comment
Open

Can this work without Location access #89

ramiws opened this issue Dec 10, 2022 · 1 comment

Comments

@ramiws
Copy link

ramiws commented Dec 10, 2022

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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants