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

Commit 1c5a7a3d authored by Robert Wu's avatar Robert Wu
Browse files

BluetoothMidiService: target SDK 33

Set min and target SDK to 33 for Android T

Bug: 215743611
Test: https://source.android.com/devices/audio/midi_test.html#bluetooth_le_test

Change-Id: Ib1c34ffee8b9940722621d166ea8b2bdb96be0d8
parent b5956636
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        xmlns:tools="http://schemas.android.com/tools"
        package="com.android.bluetoothmidiservice"
        >
    <uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
    <uses-sdk android:minSdkVersion="33" android:targetSdkVersion="33" />

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