update manifest to force request of openGL ES 2

This commit is contained in:
Edouard Dupin 2012-08-30 01:27:04 +02:00
parent 4a916418d7
commit 29a5f34a3a

View File

@ -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"-->