android之獲得當前連線wifi的名字

2021-06-22 17:08:40 字數 1289 閱讀 3850

原文

android之獲得當前連線wifi的名字

wifimanager wifimgr =(wifimanager) mactivity.getsystemservice(context.wifi_service);

int wifistate =wifimgr.getwifistate();

wifiinfo info =wifimgr.getconnectioninfo();

string wifiid = info != null ? info.getssid() : null;

public

static

inetaddress getwifiip()

wifimanager wifimgr =(wifimanager) mycontext.getsystemservice(context.wifi_service);

if(iswifienabled())

else

} else

}

// 取得wifi的ip位址

inetaddress address = ftpserverservice.getwifiip();

address.gethostaddress();

public

static

boolean

iswifienabled()

wifimanager wifimgr =(wifimanager) mycontext.getsystemservice(context.wifi_service);

if (wifimgr.getwifistate() ==wifimanager.wifi_state_enabled)

else

}

// 開啟wifi設定的頁面

intent intent = new

intent(android.provider.settings.action_wifi_settings);

startactivity(intent);

分類: 

android講義

綠色通道: 

好文要頂

關注我收藏該文

與我聯絡

lee0oo0

關注 - 1

粉絲 - 75

+加關注0 0

(請您對文章做出評價)

android之截圖(包括擷取scrollview與listview的)

android之與當前連線的wifi進行資料夾的瀏覽與傳輸

獲得當前ViewController

easy ti get your current view controller in display 使你的view controller 繼承自 baseviewcontroller make your viewcontroller inheritance baseviewcontroller ...

C 獲得當前時間

獲取日期 時間 datetime.now.tostring 2008 9 4 20 02 10 datetime.now.tolocaltime tostring 2008 9 4 20 12 12 獲取日期 datetime.now.tolongdatestring tostring 2008年9...

獲得當前系統時間

1.首先包括標頭檔案 2.然後 time t rtime 用time t表示的時間 日曆時間 是從乙個時間點 例如 1970年1月1日0時0分0秒 到此時的秒數。在time.h中,我們也可以看到time t是乙個長整型數。3.struct tm timeinfo time rtime timeinf...