From f67a75ebbb619ee095590ec692f89625d51ca33a Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 10 May 2013 21:19:40 +0200 Subject: [PATCH] Fixed Android Lint warning in AndroidManifest.xml. --- android-project/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android-project/AndroidManifest.xml b/android-project/AndroidManifest.xml index ce7c056ae..d9460bf1f 100644 --- a/android-project/AndroidManifest.xml +++ b/android-project/AndroidManifest.xml @@ -19,7 +19,8 @@ --> + android:allowBackup="true" + android:theme="@android:style/Theme.NoTitleBar.Fullscreen">