before 7.1:
- Code: Select all
WifiManager mWifiManager = (WifiManager)mContext.getSystemService(Context.WIFI_SERVICE);
mWifiManager.setWifiApEnabled(null, true);
3 people like this post.