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

Commit 2b180fa8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MIDI: Add exported="true" to docs" into main

parents 8fecf6ff 9598114d
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -332,7 +332,8 @@ AndroidManifest.xml file.</p>

<pre class=prettyprint>
&lt;service android:name="<strong>MySynthDeviceService</strong>"
  android:permission="android.permission.BIND_MIDI_DEVICE_SERVICE">
  android:permission="android.permission.BIND_MIDI_DEVICE_SERVICE"
  android:exported="true">
  &lt;intent-filter>
    &lt;action android:name="android.media.midi.MidiDeviceService" />
  &lt;/intent-filter>
@@ -474,7 +475,8 @@ MIDI 1.0 virtual devices, android.media.midi.MidiUmpDeviceService is used</p>

<pre class=prettyprint>
&lt;service android:name="<strong>MidiEchoDeviceService</strong>"
  android:permission="android.permission.BIND_MIDI_DEVICE_SERVICE">
  android:permission="android.permission.BIND_MIDI_DEVICE_SERVICE"
  android:exported="true">
  &lt;intent-filter>
    &lt;action android:name="android.media.midi.MidiUmpDeviceService" />
  &lt;/intent-filter>