Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. AndroidManifest.xml automatically adds android.permission.WRITE_ Extended_ STORAGE
Forum Updated to NodeBB v4.3 + New Features

AndroidManifest.xml automatically adds android.permission.WRITE_ Extended_ STORAGE

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 1 Posters 318 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dinghf
    wrote on 9 Sept 2023, 16:45 last edited by
    #1

    I use Qt6.4, and for any Android app, regardless of whether I set up AndroidManifest.xml or not, the AndroidManifest.xml generated in the android-build directory has<uses permission android: name="android. permission. WRITE-EXTERNAL_STORAGE"/>, while WRITE_ Extended_ STORAGE is a very sensitive permission.

    Is there any solution?

    Do other versions of Qt have this issue?

    D 1 Reply Last reply 10 Sept 2023, 04:49
    0
    • D Offline
      D Offline
      dinghf
      wrote on 10 Sept 2023, 00:37 last edited by
      #2

      I try 6.5.3, the same result :(

      D 1 Reply Last reply 10 Sept 2023, 03:07
      0
      • D dinghf
        10 Sept 2023, 00:37

        I try 6.5.3, the same result :(

        D Offline
        D Offline
        dinghf
        wrote on 10 Sept 2023, 03:07 last edited by
        #3

        sorry, it‘s 6.5.2

        1 Reply Last reply
        0
        • D dinghf
          9 Sept 2023, 16:45

          I use Qt6.4, and for any Android app, regardless of whether I set up AndroidManifest.xml or not, the AndroidManifest.xml generated in the android-build directory has<uses permission android: name="android. permission. WRITE-EXTERNAL_STORAGE"/>, while WRITE_ Extended_ STORAGE is a very sensitive permission.

          Is there any solution?

          Do other versions of Qt have this issue?

          D Offline
          D Offline
          dinghf
          wrote on 10 Sept 2023, 04:49 last edited by
          #4

          removed <! --%%Insert_ PERMISSIONS --> from androidmanifest.xml, it works.

          I don't know where the default permissions for Qt are set, perhaps this is the most thorough solution.

          1 Reply Last reply
          0

          1/4

          9 Sept 2023, 16:45

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved