diff options
| author | 2023-03-22 04:14:36 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:44 -0700 | |
| commit | 93d6a1fc9c630e57d74d2eda26dd0138a914e07d (patch) | |
| tree | 1550cbd38bf20c881313fb722ceb59704ded4a36 /src/android | |
| parent | android: Remove unused permissions (diff) | |
| download | yuzu-93d6a1fc9c630e57d74d2eda26dd0138a914e07d.tar.gz yuzu-93d6a1fc9c630e57d74d2eda26dd0138a914e07d.tar.xz yuzu-93d6a1fc9c630e57d74d2eda26dd0138a914e07d.zip | |
android: Remove requestLegacyExternalStorage attribute
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 9c5ef9954..2cb4e971d 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | <uses-permission android:name="android.permission.INTERNET" /> | 14 | <uses-permission android:name="android.permission.INTERNET" /> |
| 15 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> | 15 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> |
| 16 | 16 | ||
| 17 | |||
| 18 | <application | 17 | <application |
| 19 | android:name="org.yuzu.yuzu_emu.YuzuApplication" | 18 | android:name="org.yuzu.yuzu_emu.YuzuApplication" |
| 20 | android:label="@string/app_name" | 19 | android:label="@string/app_name" |
| @@ -23,8 +22,7 @@ | |||
| 23 | android:supportsRtl="true" | 22 | android:supportsRtl="true" |
| 24 | android:isGame="true" | 23 | android:isGame="true" |
| 25 | android:banner="@mipmap/ic_launcher" | 24 | android:banner="@mipmap/ic_launcher" |
| 26 | android:extractNativeLibs="true" | 25 | android:extractNativeLibs="true"> |
| 27 | android:requestLegacyExternalStorage="true"> | ||
| 28 | 26 | ||
| 29 | <activity | 27 | <activity |
| 30 | android:name="org.yuzu.yuzu_emu.ui.main.MainActivity" | 28 | android:name="org.yuzu.yuzu_emu.ui.main.MainActivity" |