Request of openGl 2 done corectly
This commit is contained in:
parent
29a5f34a3a
commit
d4f313a54d
@ -4,14 +4,12 @@
|
|||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
<!-- Use openGl ES 2 -->
|
<!-- Use openGl ES 2 -->
|
||||||
<uses-feature android:glEsVersion="0x00020000"></uses-feature>
|
<uses-feature android:glEsVersion="0x00020000" android:required="true" ></uses-feature>
|
||||||
<!-- This is the platform API where NativeActivity was introduced. -->
|
<!-- This is the platform API where NativeActivity was introduced. -->
|
||||||
<uses-sdk android:minSdkVersion="9" />
|
<uses-sdk android:minSdkVersion="9" />
|
||||||
|
|
||||||
<application android:label="Edn"
|
<application android:label="Edn"
|
||||||
android:icon="@drawable/ic_luncher_edn">
|
android:icon="@drawable/ic_luncher_edn">
|
||||||
<!--android:hasCode="false"-->
|
|
||||||
<!-- classpath-->
|
|
||||||
<activity android:name=".edn"
|
<activity android:name=".edn"
|
||||||
android:label="Edn Text-Editor"
|
android:label="Edn Text-Editor"
|
||||||
android:icon="@drawable/ic_luncher_edn"
|
android:icon="@drawable/ic_luncher_edn"
|
||||||
@ -22,6 +20,5 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
<uses-sdk android:minSdkVersion="4" />
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user