728x90 반응형 SMALL WiFiManager1 android 접속중인 와이파이 이름 가져오기 접속중인 와이피이 이름을 가져올 수 있습니다. public String getNetworkName(Context context) { WifiManager manager = (WifiManager) context.getApplicationContext().getSystemService(Context.WIFI_SERVICE); WifiInfo info = manager.getConnectionInfo(); return info.getSSID(); } 2021. 1. 18. 이전 1 다음 728x90 반응형 LIST