blob: 26e109d40506b688021c313786ff6003922b9611 [file] [log] [blame]
Daichi Hironobdee9a92016-10-06 15:28:36 +09001<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.android.mtp.perftests"
4 android:sharedUserId="android.media">
5
6 <application>
7 <uses-library android:name="android.test.runner" />
8 </application>
9
10 <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
11 android:targetPackage="com.android.mtp"
12 android:label="Performance tests for MtpDocumentsProvider." />
13</manifest>