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
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.