aboutsummaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:53:24 +0100
committerBananeweizen <Bananeweizen@gmx.de>2012-11-27 17:53:24 +0100
commit1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9 (patch)
tree854a364cb4b76d17e794e85b3d595d400ba301c2 /tests/AndroidManifest.xml
parent7724ac89e4fbf295c43afccff7b513327eed5892 (diff)
downloadcgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.zip
cgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.tar.gz
cgeo-1d7eb66fcf0be1b50db0c13bbb0cdc7a75f9b6a9.tar.bz2
refactoring: make test compatible with level 4
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index b59c766..64d30cd 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -6,7 +6,7 @@
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="13"/>
<instrumentation android:targetPackage="cgeo.geocaching" android:name="android.test.InstrumentationTestRunner" />
- <application android:icon="@drawable/icon" android:label="@string/app_name">
+ <application android:icon="@drawable/icon" android:label="@string/app_name" android:allowBackup="false">
<uses-library android:name="android.test.runner" />
</application>