X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=014587c25a7fd813dbac633ef4ee3e3563421e4d;hb=54a88705173318086a785a7fd02f1197ac93a966;hp=9fcb35dbcaad2dc966972dfc54acbe93f58511a7;hpb=79cde6c30d7914187c34025b8c8455d024ff9c37;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9fcb35d..014587c 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,21 +1,18 @@ - - - - + 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:fullBackupContent="@xml/backup_descriptor"> + android:name="ru.deadsoftware.cavedroid.AndroidLauncher" + android:label="@string/app_name" + android:screenOrientation="landscape" + android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize">