this is what i have so far...
networkd = (WifiManager) getSystemService(Context.WIFI_SERVICE); details = networkd.getDhcpInfo(); gateway = "Default Gateway: "+String.valueOf(details.gateway);
this just returns an string of numbers which is not a usable IPV4







