api-impl: stubs and fixes for Shosetsu

This commit is contained in:
Julian Winkler
2025-10-04 13:57:53 +02:00
committed by Mis012
parent 8dcaf3e1ef
commit e58d8d2065
18 changed files with 77 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ public class NetworkInfo {
}
public int getType() {
return 0x8; // TYPE_DUMMY
return state == State.CONNECTED ? /*TYPE_WIFI*/0x1 : 0x0;
}
public boolean isConnected() {