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

Fix connection on android 10 #113

Merged
merged 2 commits into from
May 4, 2020
Merged

Fix connection on android 10 #113

merged 2 commits into from
May 4, 2020

Conversation

Smeat
Copy link
Contributor

@Smeat Smeat commented May 1, 2020

wifiInfo.getNetworkId() seems to require the location permission on Android 10.
This fix uses the ConnectivityManager to avoid adding a new permission.

Tested on Android 10 and 9.

Fixes #112

@voroshkov voroshkov changed the base branch from master to dev May 4, 2020 16:10
@voroshkov voroshkov merged commit 2142355 into voroshkov:dev May 4, 2020
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

Successfully merging this pull request may close these issues.

Connecting to chorus over WiFi attempts to connect to 0.0.0.0
2 participants