Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.2
-
None
Description
The manifest attribute android.app.background_running is set for QtActivity to decide whether to allow Qt to continue running in the background or not, and in our documentation and some examples it's being set under services as well, which might not be needed at all because QtServiceLoader doesn't account for it at all.
So, we could fix those instance and remove the need to set that for the services, because their behavior is like it's always set to true.
Attachments
Issue Links
- relates to
-
QTBUG-89483 Background mode support on Android
- In Progress
-
QTBUG-99691 Starting QtService causes black screen
- Closed