Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你好,有wifi管理器吗?
如果它在范围内,请连接到我的首选接入点,然后尝试每 30 秒连接一次网络,如果无法连接到网络,请切换 wifi。
我有一个 wibro 4g 调制解调器,它最终断开了 wifi 连接,但 Android 仍然认为它有连接。
这也可能是 Android 让 wifi 进入睡眠状态。所以另一个答案是,我怎样才能让 2.23 永远不让 wifi 进入睡眠状态?我当然在设置中设置了这个......
我怎样才能让 2.23 永远不让 wifi 进入睡眠状态?
你试过WIFI-LOCK吗?这将阻止它睡觉。
WifiLock wifiLock = ((WifiManager) getSystemService(Context.WIFI_SERVICE)) .createWifiLock(WifiManager.WIFI_MODE_FULL, "mylock"); wifiLock.acquire();