blob: cfc4e25184342772349bb0550146a5867869daa9 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.bluetooth" >
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="android.bluetooth"
android:label="Bumble Bluetooth Test"/>
</manifest>