Loading play-services-location/core/provider/src/main/kotlin/org/microg/gms/location/network/NetworkLocationService.kt +1 −7 Original line number Diff line number Diff line Loading @@ -83,12 +83,6 @@ class NetworkLocationService : LifecycleService(), WifiDetailsCallback, CellDeta handler = Handler(handlerThread.looper) wifiDetailsSource = WifiDetailsSource.create(this, this).apply { enable() } cellDetailsSource = CellDetailsSource.create(this, this).apply { enable() } if (settings.effectiveEndpoint == null && (settings.wifiIchnaea || settings.cellIchnaea)) { sendBroadcast(Intent(ACTION_CONFIGURATION_REQUIRED).apply { `package` = packageName putExtra(EXTRA_CONFIGURATION, CONFIGURATION_FIELD_ONLINE_SOURCE) }) } } private fun updatePassiveGpsListenerRegistration() { Loading Loading
play-services-location/core/provider/src/main/kotlin/org/microg/gms/location/network/NetworkLocationService.kt +1 −7 Original line number Diff line number Diff line Loading @@ -83,12 +83,6 @@ class NetworkLocationService : LifecycleService(), WifiDetailsCallback, CellDeta handler = Handler(handlerThread.looper) wifiDetailsSource = WifiDetailsSource.create(this, this).apply { enable() } cellDetailsSource = CellDetailsSource.create(this, this).apply { enable() } if (settings.effectiveEndpoint == null && (settings.wifiIchnaea || settings.cellIchnaea)) { sendBroadcast(Intent(ACTION_CONFIGURATION_REQUIRED).apply { `package` = packageName putExtra(EXTRA_CONFIGURATION, CONFIGURATION_FIELD_ONLINE_SOURCE) }) } } private fun updatePassiveGpsListenerRegistration() { Loading