simple_mtglife

diff android/AndroidManifest.xml @ 1:d76fb2ffe7f5

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 25 Jan 2015 12:04:45 +0200
parents 6321cfa2ad62
children 64df1dc24735
line diff
     1.1 --- a/android/AndroidManifest.xml	Fri Jan 23 15:24:27 2015 +0200
     1.2 +++ b/android/AndroidManifest.xml	Sun Jan 25 12:04:45 2015 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  <?xml version="1.0"?>
     1.5  <manifest package="com.mutantstargoat.simple_mtglife" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0" android:versionCode="1" android:installLocation="auto">
     1.6 -	<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --">
     1.7 +	<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:icon="@drawable/icon">
     1.8  		<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="sensorLandscape" android:launchMode="singleTop">
     1.9  			<intent-filter>
    1.10  				<action android:name="android.intent.action.MAIN"/>