Use a public API for getting the loopback.
Inet4Address.LOOPBACK is public only on Android. Use InetAddress.getLoopbackAddress() instead which is public since 1.7. Change-Id: I86b9fea04e770a6e715dc13334ce728f17fd44c0
Loading
Please sign in to comment