simple_mtglife

changeset 5:64df1dc24735

removed android permissions
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 26 Jan 2015 12:04:33 +0200
parents 7cac97dca573
children 9e3e14ed98eb
files android/AndroidManifest.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/android/AndroidManifest.xml	Mon Jan 26 07:48:56 2015 +0200
     1.2 +++ b/android/AndroidManifest.xml	Mon Jan 26 12:04:33 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.0" android:versionCode="1" android:installLocation="auto">
     1.6 +<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.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 @@ -47,7 +47,7 @@
    1.11  
    1.12  	<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
    1.13  		 Remove the comment if you do not require these default permissions. -->
    1.14 -	<!-- %%INSERT_PERMISSIONS -->
    1.15 +
    1.16  
    1.17  	<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
    1.18  		 Remove the comment if you do not require these default features. -->