You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: