Play sound while android turn off screen
-
Hello,
I am developing a music player application that reads files and plays sound using QAudioSink. It works on Windows but if I play on Android and the phone sleeps the application is paused. How do I play sound while android is on sleep mode?Thanks in advance.
-
Hello,
I am developing a music player application that reads files and plays sound using QAudioSink. It works on Windows but if I play on Android and the phone sleeps the application is paused. How do I play sound while android is on sleep mode?Thanks in advance.
@amsantosr I'm not an Android expert, but if something needs to run when application is not in foreground you need a background service.
https://developer.android.com/training/run-background-service/create-service