How to Enable Background Playback for an MP3 Player in Qt 6.6 Android App?
Unsolved
Mobile and Embedded
-
I have already written an MP3 player in QT6.6 for Android. It plays normally in the foreground but freezes in the background. How can I achieve background playback?
-
I have already written an MP3 player in QT6.6 for Android. It plays normally in the foreground but freezes in the background. How can I achieve background playback?
@jack_study_qt On Android you need a service running in the background.
See https://doc.qt.io/qt-6/android-services.html -
@jack_study_qt On Android you need a service running in the background.
See https://doc.qt.io/qt-6/android-services.html@jsulm Thank you for your confirmation. AI, whether it's GPT-3.5 or 4.0, cannot distinguish whether it is referring to Qt 5 or Qt 6, which is really frustrating!