<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="cgeo.geocaching.test" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="13" /> <uses-feature android:name="android.hardware.screen.portrait" android:required="false" /> <instrumentation android:name="com.zutubi.android.junitreport.JUnitReportTestRunner" android:targetPackage="cgeo.geocaching" /> <application android:allowBackup="false" android:icon="@drawable/icon" android:label="@string/app_name" > <uses-library android:name="android.test.runner" /> </application> </manifest>