aboutsummaryrefslogtreecommitdiff
path: root/android/app/src
diff options
context:
space:
mode:
authorROllerozxa <rollerozxa@voxelmanip.se>2023-03-05 15:07:40 +0100
committerGitHub <noreply@github.com>2023-03-05 15:07:40 +0100
commitc91f3f99fdd81e37527b7208fbf0b6287421d779 (patch)
treee89c39b0891d0204c32e8fa26ca75a0ab6dcd842 /android/app/src
parent847ed04e0ad903b064f4f4a444d25f7cdc1130cb (diff)
downloadminetest-c91f3f99fdd81e37527b7208fbf0b6287421d779.tar.xz
Minor adjustments now that OpenGLES 2 is the default driver on Android (#12391)
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 11c868622..f31810a17 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -6,6 +6,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-feature android:glEsVersion="0x00020000" />
<!--
`android:requestLegacyExternalStorage="true"` is workaround for using `/sdcard`