Problem aab playstore

Greetings.

When trying to upload the abb playstore file I get the following message:

You upload an APK or Android App Bundle that has an activity, activity alias, service or broadcast receiver with intents filter, but without the “android:exported” property set. You cannot install this file on Android 12 or later. See Behavior changes: Apps targeting Android 12  |  Android Developers.
Previously with android-targetSdkVersion on 30 did not pass, but it is mandatory to set it to 31.

The plugins I have are:

<plugin name="cordova-plugin-file" spec="^6.0.2" />
<plugin name="cordova-plugin-x-socialsharing" spec="^6.0.3" />
<plugin name="cordova-plugin-geolocation" spec="^4.0.2" /> />
<plugin name="cordova-plugin-network-information" spec="^2.0.2" />
<plugin name="cordova-plugin-whitelist" spec="^1.3.5" />

Thanks for the help.

Translated with DeepL Translate: The world's most accurate translator (free version)

Building for android SDK 31 is currently in beta. If you send your email address to support@voltbuilder.com, we will add you to the beta test.

Also, the whitelist plugin is now part of the Cordova core so you don’t need to include it in the config.xml.