Browse Source

merge Kommunikationcopie Version 1.7 UDP Socket

Kommunikationcopie
Miguel Siebenhaar 1 year ago
parent
commit
35d52088aa

+ 1
- 1
app/src/main/java/com/example/ueberwachungssystem/MainActivity.java View File

@@ -91,7 +91,7 @@ public class MainActivity extends AppCompatActivity {
@Override
protected void onPause() {
super.onPause();
communication.stopCommunication();
//communication.stopCommunication();
}
private String getLocalIpAddress() throws UnknownHostException {
WifiManager wifiManager = (WifiManager) getApplicationContext().getSystemService(WIFI_SERVICE);

Loading…
Cancel
Save