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

After a permission dialog is shown to request permissions it will send the Application active changed signals both for inactive and active instead of sending one before the dialog is shown

    XMLWordPrintable

Details

    • Android

    Description

      After a permission dialog is shown to request permissions it will send the Application active changed signals both for inactive and active instead of sending one before the dialog is shown. What happens is the following:

      • Permissions requested
      • Dialog Shown
      • Dialog dismissed
      • Application active changed signal indicating it is active
      • Application active changed signal indicating it is inactive

      What should happen is:

      • Permissions requested
      • Dialog Shown
      • Application active changed signal indicating it is inactive
      • Dialog dismissed
      • Application active changed signal indicating it is active

      The example attached will reproduce this using the location permission, click on the button to trigger it.

      Attachments

        1. qtbug76764.tar.gz
          232 kB
        2. qtbug76764.tar.gz
          0.0 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lukasz.kosiorowski lukasz.kosiorowski
            andysh Andy Shaw
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes