3dphotoshoot
diff android/manifest.xml.in @ 10:c71c477521ca
converting to GLES2 and C++
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 31 May 2015 00:40:26 +0300 |
parents | d1b456d08713 |
children | dccbd7d65517 |
line diff
1.1 --- a/android/manifest.xml.in Mon May 25 05:27:26 2015 +0300 1.2 +++ b/android/manifest.xml.in Sun May 31 00:40:26 2015 +0300 1.3 @@ -8,6 +8,7 @@ 1.4 1.5 <uses-permission android:name="android.permission.CAMERA" /> 1.6 <uses-feature android:name="android.hardware.camera" /> 1.7 + <uses-feature android:glEsVersion="0x00020000" android:required="true" /> 1.8 1.9 <application android:label="$APPNAME" android:debuggable="true"> 1.10 <!-- android:icon="@drawable/ic_launcher" -->