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.co

Hi, I’m getting this error when uploading my apk to the Play Store. Ive updated my app to android 11.
I have no plugins in my config.xml file.

Have you tried setting android:exported?

Here’s how.

That worked! Thank you