Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. android exported behavior-changes-12 problem

android exported behavior-changes-12 problem

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
2 Posts 2 Posters 542 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.
  • T Offline
    T Offline
    tkoka
    wrote on last edited by
    #1

    Hello, I want to update my Android application in QT. I set the target to 31 and after uploading it to the Android market, I encountered the following warning. Can you help me resolve it?

    You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without 'android:exported' property set. This file can't be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Malaonda
      wrote on last edited by
      #2

      I am probably a bit late, but got into the same problem this day and the solution is adding the attribute android:exported to the definition of the application.

          <activity android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="AppName" android:screenOrientation="portrait" android:launchMode="singleTop"   android:exported="false">
      
      1 Reply Last reply
      1

      • Login

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