Merge "BluetoothMidiService: target SDK 30" into sc-v2-dev am: 2d6e8795f8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16530943 Change-Id: I92c55a09f1d6c4cbdfb3b810fd1a5f9276b6a04b
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.android.bluetoothmidiservice"
|
||||
>
|
||||
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
|
||||
<uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
|
||||
|
||||
<uses-feature android:name="android.hardware.bluetooth_le"
|
||||
android:required="true"/>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.bluetoothmidiservice"
|
||||
>
|
||||
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
|
||||
<uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
|
||||
<application
|
||||
android:label="BluetoothMidi"
|
||||
android:defaultToDeviceProtectedStorage="true"
|
||||
|
||||
Reference in New Issue
Block a user