Skip to content

Commit f59c0be

Browse files
committed
Removed opengl from webview AndroidManifest.xml
1 parent 76cf5e7 commit f59c0be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pythonforandroid/bootstraps/webview/build/templates/AndroidManifest.tmpl.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Replace org.libsdl.app with the identifier of your game below, e.g.
3-
com.gamemaker.game
4-
-->
52
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
63
package="{{ args.package }}"
74
android:versionCode="{{ args.numeric_version }}"
@@ -21,9 +18,6 @@
2118
<!-- Android 2.3.3 -->
2219
<uses-sdk android:minSdkVersion="{{ args.min_sdk_version }}" android:targetSdkVersion="{{ args.sdk_version }}" />
2320

24-
<!-- OpenGL ES 2.0 -->
25-
<uses-feature android:glEsVersion="0x00020000" />
26-
2721
<!-- Allow writing to external storage -->
2822
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2923
{% for perm in args.permissions %}

0 commit comments

Comments
 (0)