
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 .
Targeting S+ (version 31 and
above) requires that an explicit value for android:exported be defined when intent filters are present - Press Merged Manifest .
Targeting S+ (version 31 and
above) requires that an explicit value for android:exported be defined when intent filters are present - Press app.app main .
Targeting S+ (version 31 and
above) requires that an explicit value for android:exported be defined when intent filters are present - Add
android:exported="true"
to Activity .
Targeting S+ (version 31 and
above) requires that an explicit value for android:exported be defined when intent filters are present - Â Fix all Errors in Merged Manifest like this way above and make sure no errors in Merged Manifest then Run the App .