simple_mtglife
diff android/AndroidManifest.xml @ 6:9e3e14ed98eb
android: keep from sleeping while the app is active
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 16 Feb 2015 05:46:07 +0200 |
parents | 64df1dc24735 |
children |
line diff
1.1 --- a/android/AndroidManifest.xml Mon Jan 26 12:04:33 2015 +0200 1.2 +++ b/android/AndroidManifest.xml Mon Feb 16 05:46:07 2015 +0200 1.3 @@ -1,5 +1,5 @@ 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.1" android:versionCode="2" android:installLocation="auto"> 1.6 +<manifest package="com.mutantstargoat.simple_mtglife" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.2" android:versionCode="3" android:installLocation="auto"> 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>