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

Commit 9b7d0171 authored by Robert Wu's avatar Robert Wu Committed by Android (Google) Code Review
Browse files

Merge "MIDI: Change meta-data to property in UMP docs" into main

parents ab65250b 739ec756
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -478,7 +478,7 @@ MIDI 1.0 virtual devices, android.media.midi.MidiUmpDeviceService is used</p>
  &lt;intent-filter>
    &lt;action android:name="android.media.midi.MidiUmpDeviceService" />
  &lt;/intent-filter>
  &lt;meta-data android:name="android.media.midi.MidiUmpDeviceService"
  &lt;property android:name="android.media.midi.MidiUmpDeviceService"
      android:resource="@xml/<strong>echo_device_info</strong>" />
&lt;/service>
</pre>