Android 13, 14 package crash issue on splash screen due to EXTERNAL_STORAGE permission issue

anyidea how to modify gameactivity permissions?

i am getting Error in android 13 and 14

: [GameActivity] Target SDK is 34. This may cause issues if permissions are denied by the user.
07-05 17:28:37.587 21900 21900 D UE : [GameActivity] android.permission.WRITE_EXTERNAL_STORAGE was not granted; this may cause issues with file access.


(edited)

2. *[*17:33*]*

when i saw Androidmanifest file, this permission is only used by game activity splash screen

```

Hi, did you solve this ??

It is possible to do, by adding android manifest file and writing code to remove there

But in my case upgrading to 5.4.4 fixed all the things