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:
@@ -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" />
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user