X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=android%2FAndroidManifest.xml;h=9328a4edd5b08ac8f70675819a992dd7e619f620;hb=533a7e5290163854e2af1f6f54b835d6fe766108;hp=7651b4e292e1f41ca0f69f52453b31e1120cbca1;hpb=b1614a603547cfdcc3501b178f03aa40f1b7b82f;p=cavedroid.git diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 7651b4e..9328a4e 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,19 +1,20 @@ - - + xmlns:tools="http://schemas.android.com/tools"> + 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">