Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-99848

android.app.background_running doesn't need to be set for QtService

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.2
    • Extras: Android
    • None
    • Android

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtandroidteam Qt Android Team
            assam Assam Boudjelthia
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes