1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="android.bluetooth" >
3
4    <uses-permission android:name="android.permission.INTERNET" />
5
6    <application>
7        <uses-library android:name="android.test.runner" />
8    </application>
9
10    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
11                     android:targetPackage="android.bluetooth"
12                     android:label="Bluetooth Metrics Test"/>
13</manifest>
14