istereo2

diff android/manifest.xml.in @ 24:9d53a4938ce8

port to android mostly complete, ads not done, and needs some polishing
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 04 Oct 2015 08:15:24 +0300
parents 7d795dade0bc
children a9f2d30f7e8e
line diff
     1.1 --- a/android/manifest.xml.in	Sat Oct 03 06:10:30 2015 +0300
     1.2 +++ b/android/manifest.xml.in	Sun Oct 04 08:15:24 2015 +0300
     1.3 @@ -4,14 +4,14 @@
     1.4  	android:versionCode="1"
     1.5  	android:versionName="1.0">
     1.6  
     1.7 -	<uses-sdk android:minSdkVersion="9"/>
     1.8 +	<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
     1.9 +	<uses-feature android:glEsVersion="0x00020000" android:required="true"/>
    1.10  
    1.11 -	<application android:label="$APPNAME"
    1.12 -			android:hasCode="false"
    1.13 -			android:debuggable="true">
    1.14 -			<!-- android:icon="@drawable/ic_launcher" -->
    1.15 +	<application android:label="$APPNAME" android:debuggable="true">
    1.16 +		<!-- android:icon="@drawable/ic_launcher" -->
    1.17  
    1.18 -		<activity android:name="android.app.NativeActivity"
    1.19 +		<activity android:name="MainActivity"
    1.20 +			android:configChanges="orientation"
    1.21  			android:label="$APPTITLE">
    1.22  
    1.23  			<meta-data android:name="android.app.lib_name" android:value="$APPNAME"/>