Android get IP-Address of a hotspot providing device

前端 未结 6 1366
半阙折子戏
半阙折子戏 2020-12-05 05:27

I\'m currently using

public static String getLocalIPAddress(WifiManager wm){
    return Formatter.formatIpAddress(wm.getConnectionInfo().getIpAddress());
}
         


        
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 06:07

    I tested a small couple of different devices and it seems that the hotspot providing device has always the IP 192.168.43.1 on its network. Can somebody please check/confirm this assumption?

提交回复
热议问题