PermissionRequest.ResourceMidiSysex Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resource will allow sysex messages to be sent to or received from MIDI devices.
[Android.Runtime.Register("RESOURCE_MIDI_SYSEX", ApiSince=23)]
public const string ResourceMidiSysex;
[<Android.Runtime.Register("RESOURCE_MIDI_SYSEX", ApiSince=23)>]
val mutable ResourceMidiSysex : string
Field Value
- Attributes
Remarks
Resource will allow sysex messages to be sent to or received from MIDI devices. These messages are privileged operations, e.g. modifying sound libraries and sampling data, or even updating the MIDI device's firmware.
Permission may be requested for this resource in API levels 21 and above, if the Android device has been updated to WebView 45 or above.
Java documentation for android.webkit.PermissionRequest.RESOURCE_MIDI_SYSEX
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.