Android upload 31 version getting issue with old version ionic

Hi,
We are try to upload 31 Sdk version to play-store its rejected our .aab file. why the reson is here i attached screenshot as well as text
“You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without ‘android:exported’ property set. This file can’t be installed on Android 12 or higher. See: Behavior changes: Apps targeting Android 12  |  Android Developers” .

Please check what we need to do next step. Let me know ASAP.

Thanks.

Assuming you upgraded to Capacitor 4?

Did you add the android:exported flag? - Updating to 4.0 | Capacitor Documentation

yes , i did android:exported flag set as true

Check any other locations especially provider in your AndroidManifest.xml. I had to add android:exported="false" to manifest.application.provider as well.