From 50946e5c5fa6683ce921f1646f1a5b609eae2260 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sun, 17 Jul 2022 16:58:40 +0300 Subject: [PATCH] [Android] Don't require the storage permission GPU traces in the trace viewer are accessed via the Storage Access Framework, which doesn't require the storage permissions. Games will be accessed using the SAF too (directories containing games as document trees with persistable URI permissions). The storage permissions are also not required for accessing the application's external or internal storage directory that will contain the save files. --- .../android_studio_project/app/src/main/AndroidManifest.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/android/android_studio_project/app/src/main/AndroidManifest.xml b/android/android_studio_project/app/src/main/AndroidManifest.xml index ae06f2f11..184d52ad6 100644 --- a/android/android_studio_project/app/src/main/AndroidManifest.xml +++ b/android/android_studio_project/app/src/main/AndroidManifest.xml @@ -15,12 +15,6 @@ - - -