I'd used this code in my application, but the warning says its : "The method formatIpAddress(int) from the type Formatter is deprecated"
android.text.format.Formatter.formatIpAddress(mWifiManager.getConnectionInfo().getIpAddress());
what's the quick fix for this?