Merge "BluetoothMidiService: target SDK 30" into sc-v2-dev

This commit is contained in:
Phil Burk
2022-01-06 01:42:05 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.android.bluetoothmidiservice" 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" <uses-feature android:name="android.hardware.bluetooth_le"
android:required="true"/> android:required="true"/>

View File

@@ -19,7 +19,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.bluetoothmidiservice" package="com.android.bluetoothmidiservice"
> >
<uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" /> <uses-sdk android:minSdkVersion="30" android:targetSdkVersion="30" />
<application <application
android:label="BluetoothMidi" android:label="BluetoothMidi"
android:defaultToDeviceProtectedStorage="true" android:defaultToDeviceProtectedStorage="true"