/[projects]/android/BarcodeSample/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml
ViewVC logotype

Contents of /android/BarcodeSample/app/build/intermediates/manifests/androidTest/debug/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2527 - (show annotations) (download) (as text)
Thu May 7 10:22:14 2015 UTC (9 years ago) by torben
File MIME type: text/xml
File size: 686 byte(s)


1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="dk.thoerup.android.barcodesample.test">
4
5 <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="22" />
6
7 <application>
8 <uses-library android:name="android.test.runner" />
9 </application>
10
11 <instrumentation android:name="android.test.InstrumentationTestRunner"
12 android:targetPackage="dk.thoerup.android.barcodesample"
13 android:handleProfiling="false"
14 android:functionalTest="false"
15 android:label="Tests for dk.thoerup.android.barcodesample"/>
16 </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20