We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
property
<service>
1 parent a563633 commit 0dc07daCopy full SHA for 0dc07da
samples/aapinstrumentsample/src/main/AndroidManifest.xml
@@ -40,7 +40,7 @@
40
<intent-filter>
41
<action android:name="android.media.midi.MidiUmpDeviceService" />
42
</intent-filter>
43
- <meta-data android:name="android.media.midi.MidiUmpDeviceService"
+ <property android:name="android.media.midi.MidiUmpDeviceService"
44
android:resource="@xml/ump_device_info" />
45
</service>
46
</application>
0 commit comments