Skip to content

Commit

Permalink
We also had to disable <service> for UMP in AndroidManifest.xml too...
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Mar 8, 2024
1 parent b1574fe commit 2b55d84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<meta-data android:name="android.media.midi.MidiDeviceService"
android:resource="@xml/midi_device" />
</service>
<!--
<service android:name=".ResidentKeyboardMidiUmpDeviceService" android:exported="true"
android:permission="android.permission.BIND_MIDI_DEVICE_SERVICE">
<intent-filter>
Expand All @@ -46,6 +47,7 @@
<property android:name="android.media.midi.MidiUmpDeviceService"
android:resource="@xml/ump_midi_device" />
</service>
-->
</application>

</manifest>

0 comments on commit 2b55d84

Please sign in to comment.