DEADSOFTWARE

Add mobs damage and initial spawn
[cavedroid.git] / android / AndroidManifest.xml
index 9fcb35dbcaad2dc966972dfc54acbe93f58511a7..9328a4edd5b08ac8f70675819a992dd7e619f620 100644 (file)
@@ -1,21 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="ru.deadsoftware.cavecraft" >
-
-    <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20" />
-
-    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+          xmlns:tools="http://schemas.android.com/tools">
 
     <application
-        android:allowBackup="true"
-        android:icon="@drawable/ic_launcher"
-        android:label="@string/app_name"
-        android:theme="@style/GdxTheme" >
+            android:allowBackup="true"
+            android:icon="@drawable/ic_launcher"
+            android:label="@string/app_name"
+            android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning"
+            android:fullBackupContent="@xml/backup_descriptor">
         <activity
-            android:name="ru.deadsoftware.cavecraft.AndroidLauncher"
-            android:label="@string/app_name" 
-            android:screenOrientation="landscape"
-            android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">
+                android:exported="true"
+                android:name="ru.deadsoftware.cavedroid.AndroidLauncher"
+                android:label="@string/app_name"
+                android:screenOrientation="sensorLandscape"
+                android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize"
+                tools:ignore="LockedOrientationActivity">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />