X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=233083d5d18a72f75ffaebfe73d5aad89ba145ff;hb=e52c9c04fb2d016a9178a038a6027c4cf3b9387f;hp=9fcb35dbcaad2dc966972dfc54acbe93f58511a7;hpb=79cde6c30d7914187c34025b8c8455d024ff9c37;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 9fcb35d..233083d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,21 +1,20 @@ - - - - + 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: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">