|
1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.jeremyfeinstein.slidingmenu.lib.test" >
-
- <uses-sdk
- android:minSdkVersion="15"
- android:targetSdkVersion="23" />
-
- <instrumentation
- android:name="android.test.InstrumentationTestRunner"
- android:functionalTest="false"
- android:handleProfiling="false"
- android:label="Tests for com.jeremyfeinstein.slidingmenu.lib.test"
- android:targetPackage="com.jeremyfeinstein.slidingmenu.lib.test" />
-
- <application>
- <uses-library android:name="android.test.runner" />
- </application>
-
- </manifest>
|