How enable apps to opne in Android 12 with separeted OBB?

My game have an obb with plus than 2gb, but in android 12 I receive this error on Android Logcat

MediaProvider: Permission to access file: /storage/emulated/0/obb/com.febatis.mygame/main.1.com.febatis.mygame.obb is denied

1 Like

As of Android 10 we need to use the Manage permission

of these permissions

For Android < 11
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAGE

For Android >= 11
android.permission.MANAGE_EXTERNAL_STORAGE

To request it I created a Game Instance and did that

It was a snipped I found in