update manifest to force request of openGL ES 2
This commit is contained in:
parent
4a916418d7
commit
29a5f34a3a
@ -3,6 +3,11 @@
|
||||
package="com.heeroyui.ednpackage"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
<!-- Use openGl ES 2 -->
|
||||
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
||||
<!-- This is the platform API where NativeActivity was introduced. -->
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
|
||||
<application android:label="Edn"
|
||||
android:icon="@drawable/ic_luncher_edn">
|
||||
<!--android:hasCode="false"-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user