Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e7d128c authored by Phil Burk's avatar Phil Burk
Browse files

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
parent ef3a1d0f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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" />

+0 −2
Original line number Diff line number Diff line
@@ -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