1 <?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> 14