X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=dbde2a40718327bbfcc43230de9efe4d5b6b3e58;hb=793c88f81ae273b531dcdea267e1720c6878cc95;hp=7651b4e292e1f41ca0f69f52453b31e1120cbca1;hpb=b1614a603547cfdcc3501b178f03aa40f1b7b82f;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 7651b4e..dbde2a4 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,19 +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">