Android WifiLock not working?

前端 未结 1 2013
渐次进展
渐次进展 2021-01-17 02:31

I need to pull data from a server on the local network every x minutes via WiFi and HTTP. A Service is running in the Background and I use an AlarmManager to trigger the que

相关标签:
1条回答
  • 2021-01-17 03:27

    I have seen issues on some devices where combination of PARTIAL_WAKE_LOCK and WifiLock:WIFI_MODE_FULL_HIGH_PERF does not fully work when screen is off. Very annoying. Only solution so far for me is to use SCREEN_DIM_WAKE_LOCK.

    0 讨论(0)
提交回复
热议问题