Storage permission

Hello everyone, I have a problem. When i package my android game and try to open it on phone I get the message that game requires storage permission. Does anyone know how to solve this? UE 5.2 and sdk 33.

try adding this in the manifest part of settings:

android:sharedUserId=“android.uid.system”

I did and while packaging this error showed up: “UATHelper: Packaging (Android (ETC2)): ERROR: AndroidManifest.xml is invalid System.Xml.XmlException: ‘“’ is an unexpected token. The expected token is '”’ or ‘’'. Line 4, position 32." Do you know what this mean?

No. I am really sorry :frowning:

maybe something related with this also?