Skip to content

Commit

Permalink
MidiUmpDevice uses property attribute on <service> element.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Feb 21, 2024
1 parent a563633 commit 0dc07da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/aapinstrumentsample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<intent-filter>
<action android:name="android.media.midi.MidiUmpDeviceService" />
</intent-filter>
<meta-data android:name="android.media.midi.MidiUmpDeviceService"
<property android:name="android.media.midi.MidiUmpDeviceService"
android:resource="@xml/ump_device_info" />
</service>
</application>
Expand Down

0 comments on commit 0dc07da

Please sign in to comment.