1.1 --- a/android-project/AndroidManifest.xml Fri May 10 21:14:13 2013 +0200
1.2 +++ b/android-project/AndroidManifest.xml Fri May 10 21:19:40 2013 +0200
1.3 @@ -19,7 +19,8 @@
1.4 -->
1.5 <application android:label="@string/app_name"
1.6 android:icon="@drawable/ic_launcher"
1.7 - android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
1.8 + android:allowBackup="true"
1.9 + android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
1.10 <activity android:name="SDLActivity"
1.11 android:label="@string/app_name">
1.12 <intent-filter>