You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AndroidManifest.xml 680 B

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