For more insight, add the android:exported=“true” using Android Studio.
Copy this folder URL from your project.
C:\YourProjectName\Intermediate\Android\APK\Gradle
Open it on Android Studio
Navigate to manifest.xml in the folder hierarchy.
Add android:exported=“true” to the beginning of every angle bracket having <activity
Save and build APK with Android Studio.