Ue4.25 android share problem

android:exported needs to be explicitly specified for element <activity#com.epicgames.ue4.SplashActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topi…t#exported for details. app.app main manifest (this file), line 3

what can I do for this on android studio manifest and I already take this on play console share :
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: Mudanças de comportamento: apps destinados ao Android 12 | Android Developers

I tried main solutions and when I try to package android studio will delete what I edited in manifest ( android:export )

1 Like