Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present
Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present .
How to Fix Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present ?
- Open the Project in Android Studio and make sure you have latest Android Studio version .
- choose AndroidManifest.xml file .
- Press Merged Manifest .
- Press app.app main .
- Add
android:exported="true"
to Activity . - Fix all Errors in Merged Manifest like this way above and make sure no errors in Merged Manifest then Run the App .