Skip to content

Instantly share code, notes, and snippets.

@khannedy
khannedy / SimpleVersion.java
Last active January 27, 2024 15:01
Get IP Address Android Device
WifiManager wm = (WifiManager) getSystemService(WIFI_SERVICE);
String ip = Formatter.formatIpAddress(wm.getConnectionInfo().getIpAddress());