Network access in doze mode

前端 未结 2 1937
再見小時候
再見小時候 2020-12-10 04:13

Is it possible to use network access when doze is active? If my app is ignoring battery optimization doesn\'t go in standby but it\'s affected by doze anyway. Am I missing a

2条回答
  •  春和景丽
    2020-12-10 04:57

    According to the documentation, you can now have a foreground notification for your app which would defy the doze mode and your app should be able to access the network.

提交回复
热议问题