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
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 ?

  1. Open the Project in Android Studio and make sure you have latest Android Studio version .
  2. choose AndroidManifest.xml file .
  3. Press Merged Manifest .
  4. Press app.app main .
  5. Add
    android:exported="true"
    to Activity .
  6.  Fix all Errors in Merged Manifest like this way above and make sure no errors in Merged Manifest then Run the App .