Manifest merger failed : android:exported needs to be explicitly specified for . Apps targeting Android 12 and higher are required to specify an explicit value for
android:exportedwhen the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
There are no <services in my app's AndroidManifest.xml file, I also looked for each AndroidManifest.xml file and they also don't have any <service element, so why am I getting this error?
There are no errors in my merged manifest tab, however, the first manifest has two <receiver and I've already added android:exported property manually in them.
