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

Commit f2cc087b authored by Robert Wu's avatar Robert Wu Committed by Automerger Merge Worker
Browse files

Merge "BluetoothMidiService: Remove target version" into tm-dev am: 477735ae

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17383375

Change-Id: I005de20727ab45c265b132303cf4f07876fb415a
parents 2352aebd 477735ae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
        xmlns:tools="http://schemas.android.com/tools"
        package="com.android.bluetoothmidiservice"
        >
    <uses-sdk android:minSdkVersion="33" android:targetSdkVersion="33" />

    <uses-feature android:name="android.hardware.bluetooth_le"
         android:required="true"/>
    <uses-feature android:name="android.software.midi"
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.bluetoothmidiservice"
          >
    <uses-sdk android:minSdkVersion="33" android:targetSdkVersion="33" />
    <application
        android:label="BluetoothMidi"
        android:defaultToDeviceProtectedStorage="true"