Android manage all files permission

New Google Play Store policy requires to use API level 30(Android 11). On this API version game saves don’t work until you grant permission to manage all files manually. Permission written in the engine and AndroidManifest only gives access to media files. I found a way to grant this permission by using android intent action, but it still doesn’t work.