BluetoothMidiService: remove accidental versions in XML

Some android:version statements accidentally got introduced
when adding some tests. This caused problems for some OEMs
when testing.

Bug: 160079599
Test: atest BluetoothMidiTests
Test: https://source.android.com/devices/audio/midi_test.html#bluetooth_le_test
Change-Id: I2f7313390a27f45f01e82af373da278401448ad8
This commit is contained in:
Phil Burk
2020-08-25 23:58:15 +00:00
parent ef3a1d0f2b
commit 5e7d128c17
2 changed files with 0 additions and 4 deletions

View File

@@ -19,8 +19,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.bluetoothmidiservice"
android:versionCode="1"
android:versionName="R-initial"
>
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />

View File

@@ -18,8 +18,6 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.bluetoothmidiservice"
android:versionCode="1"
android:versionName="R-initial"
>
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
<application