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

Problem With The Connection For Oreo #12

Open
andysagar opened this issue Sep 21, 2018 · 1 comment
Open

Problem With The Connection For Oreo #12

andysagar opened this issue Sep 21, 2018 · 1 comment

Comments

@andysagar
Copy link

There is a code in receiveractivity.java

line : 448

in wifiscanner class

if (WifiUtils.isShareThemSSID(result.SSID) && (isOreoOrAbove() || WifiUtils.isOpenWifi(result))) {
Log.d(TAG, "signal level: " + result.level);
connectToWifi(result.SSID);
foundSTWifi = true;
break;
}

but with oreo device everytime that condition is not calling and skipping the part
As you mantion in description about oreo and hotspot with password stuff .That's true but can't connect with other device please reply

@ahmadarslan13
Copy link

Did you get any solution for this ?

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