Android get IP-Address of a hotspot providing device

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

I\'m currently using

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


        
6条回答
  •  Happy的楠姐
    2020-12-05 05:57

    I was also checked several number of devices all the devices have same ip that is 192.168.43.1 you can try this address but in android pie it becomes 192.168.43.68

提交回复
热议问题