Hello !
I need to get the device wifi ip.
I know the method android.net.wifi.WifiInfo.getIpAdress but this method return an integer.
Then, how i can get the ip from this integer ?
[2^31..2^24].[2^23..2^16].[2^15..2^8].[2^7..2^0] ?
I can't try, i haven't android phone for the moment...
Thank !
edit:Solved; [2^7..2^0].[2^15..2^8].[2^23..2^16].[2^31..2^24]



