3dphotoshoot
diff android/manifest.xml.in @ 9:d1b456d08713
texture matrix and video size from JNI
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 25 May 2015 05:27:26 +0300 |
parents | 7f6e6eb3d20e |
children | c71c477521ca |
line diff
1.1 --- a/android/manifest.xml.in Mon May 25 04:14:38 2015 +0300 1.2 +++ b/android/manifest.xml.in Mon May 25 05:27:26 2015 +0300 1.3 @@ -10,7 +10,7 @@ 1.4 <uses-feature android:name="android.hardware.camera" /> 1.5 1.6 <application android:label="$APPNAME" android:debuggable="true"> 1.7 - <!-- android:icon="@drawable/ic_launcher" --> 1.8 + <!-- android:icon="@drawable/ic_launcher" --> 1.9 1.10 <activity android:name="MainActivity" android:label="$APPTITLE" 1.11 android:screenOrientation="landscape">