I have created a new app and I am trying to upload the first aab bundle to the play store.
It ask me to use level 31 and doing that it gives me this error:
This is the permissions:
View attachment 133546
I have tried some solutions with no success. I have no idea what to do.
It ask me to use level 31 and doing that it gives me this error:
B4X:
Warning: If an activity, service, or broadcast receiver uses intent filters and doesn't have an explicitly-declared value for android:exported, your app can't be installed on a device that runs Android 12 or higher.
This is the permissions:
View attachment 133546
B4X:
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="31"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.LightTheme)
'End of default text.
I have tried some solutions with no success. I have no idea what to do.