Closed GoogleCodeExporter closed 9 years ago
This does occur on a 4.0.4 device, but not on a 2.3.5 device. Ignoring the
address and checking whether the interface is a loopback device would work for
both ipv4 and ipv6:
if (!netint.isLoopback()) {
return address;
}
Original comment by brian.le...@gmail.com
on 26 Apr 2012 at 8:46
Patch included in r5x16
Original comment by rjmatthews62
on 26 Apr 2012 at 11:53
Original issue reported on code.google.com by
rei...@gmail.com
on 12 Jan 2012 at 4:13