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
Copy file name to clipboardExpand all lines: play-services-location/core/provider/src/main/kotlin/org/microg/gms/location/network/wifi/MovingWifiHelper.kt
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,7 @@ private val MOVING_WIFI_HOTSPOTS = setOf(
93
93
"LNR On Board Wi-Fi",
94
94
"LOOP on train WiFi",
95
95
"WMR On Board Wi-Fi",
96
+
"EurostarTrainsWiFi",
96
97
// United States
97
98
"Amtrak_WiFi",
98
99
)
@@ -403,6 +404,34 @@ class MovingWifiHelper(private val context: Context) {
0 commit comments