Manifest merge failed: when the corresponding component defines an intention filter, you need to specify an explicit value for
Android: exported
for Android 12 and later applications. See https:developer.android.comguidetopicsmanifestactivity-elementexported.
Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
Solution:
1. you need add Android:exported
to specify an explicit value
2. Add android:exported = "true" in the list file.