mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-23 12:35:55 -04:00
1 parent
dccd0256d3
commit
9c6a652a02
1 file changed
+4
-1
@@ -70,7 +70,10 @@ public class WifiStateChangeService extends Service {
|
||||
(ipAddress >> 16 & 0xff),
|
||||
(ipAddress >> 24 & 0xff));
|
||||
|
||||
FDroidApp.ssid = wifiInfo.getSSID().replaceAll("^\"(.*)\"$", "$1");
|
||||
FDroidApp.ssid = wifiInfo.getSSID();
|
||||
if (FDroidApp.ssid != null) {
|
||||
FDroidApp.ssid.replaceAll("^\"(.*)\"$", "$1");
|
||||
}
|
||||
FDroidApp.bssid = wifiInfo.getBSSID();
|
||||
|
||||
String scheme;
|
||||
|
||||
Reference in new issue
Block a user