浏览代码

Android: Mark GLES3 as required in the manifest

Fixes #17076.
Rémi Verschelde 7 年之前
父节点
当前提交
7d09e6540a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/android/AndroidManifest.xml.template

+ 1 - 1
platform/android/AndroidManifest.xml.template

@@ -31,7 +31,7 @@
 $$ADD_APPLICATION_CHUNKS$$
 
     </application>
-    <uses-feature android:glEsVersion="0x00030000"/>
+    <uses-feature android:glEsVersion="0x00030000" android:required="true" />
 
 $$ADD_PERMISSION_CHUNKS$$
 <uses-permission android:name="godot.ACCESS_CHECKIN_PROPERTIES"/>