X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=dbde2a40718327bbfcc43230de9efe4d5b6b3e58;hb=25d046da9e5208bf5cb9e7eec7d1345d37ed9492;hp=9fcb35dbcaad2dc966972dfc54acbe93f58511a7;hpb=79cde6c30d7914187c34025b8c8455d024ff9c37;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9fcb35d..dbde2a4 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,21 +1,17 @@ - - - - + xmlns:tools="http://schemas.android.com/tools" package="ru.deadsoftware.cavedroid"> + android:allowBackup="true" + android:icon="@drawable/ic_launcher" + android:label="@string/app_name" + android:theme="@style/GdxTheme" tools:ignore="GoogleAppIndexingWarning"> + android:name="ru.deadsoftware.cavedroid.AndroidLauncher" + android:label="@string/app_name" + android:screenOrientation="landscape" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">