Issue : You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without the '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
When I loaded my aab file to google play I got this error. I understood it, but when I changed my manifest files (C:\android\App\Assets\Plugins\Android\AndroidManifest.xml and C:\android\App\Assets\Plugins\Android\OneSignalConfig.plugin\AndroidManifest.xml) I got same error.
It happened, because OneSignal has additional lines, when I don't see in C:\android\App\Assets\Plugins\Android\OneSignalConfig.plugin\AndroidManifest.xml file. Also I can't modified final AndroidManifest.xml file, because Unity starts auto-assembly of the application.
How can I solve my problem?