File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
pythonforandroid/bootstraps/webview/build/templates Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 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 }}"
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 %}
You can’t perform that action at this time.
0 commit comments