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. Multimedia module requires CAMERA and RECORD_AUDIO permissions on Android
Forum Updated to NodeBB v4.3 + New Features

Multimedia module requires CAMERA and RECORD_AUDIO permissions on Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
multimediaandroid
1 Posts 1 Posters 330 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
    Dmitriano
    wrote on last edited by Dmitriano
    #1

    I added Multimedia library to an app with CMake:

        target_link_libraries(${PROJECT_NAME} PRIVATE Qt6::Multimedia)
    

    when I uploaded the app to Google App Store I got this in the Developer Console -> Pre-launch report:

    Your app is requesting permissions which are used by less than 1% of functionally similar apps:
    
    android.permission.CAMERA
    android.permission.RECORD_AUDIO
    Users prefer apps that request fewer permissions and requesting unnecessary permissions can affect your app's visibility on the Play Store. If these permissions aren't necessary, you may be able to use alternative methods in your app and request fewer permissions. If they are, we recommend providing an explanation to users of why you need the permissions.
    
    Note: This guidance is based on a comparison with functionally similar apps, which change over time as new apps get published and existing apps change behavior. Therefore the warning may change even if you don't change your permission usage.
    

    are these permissions really required if I use QAudioSink to play wav sounds?

    How to suppress them?

    1 Reply Last reply
    0

    • Login

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