" You uploaded an Apk or Android App Bundle which has an activity, activity alias , service or broadcaster with intent filter , but without the Android exported property set. The file can’t be installed on Android 12 or more . See developer Android .com "
i checked in my App manifest file and i found code android:exported=“false” OR android:exported=“true” with all, intent-filter ,Activity,services,reciever,
In addition, <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/> is declared in the Manifest. This is not allowed by Google. (You must fill out a form and request it beforehand.)
play console show me error related to
android:exported=“false”
" You uploaded an Apk or Android App Bundle which has an activity, activity alias , service or broadcaster with intent filter , but without the Android exported property set. The file can’t be installed on Android 12 or more . See developer Android .com "