Merge "Add MIDI to USB configuration developer setting"
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 28ac8dd..b542d3b 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1268,6 +1268,7 @@
<item>PTP (Picture Transfer Protocol)</item>
<item>RNDIS (USB Ethernet)</item>
<item>Audio Source</item>
+ <item>MIDI</item>
</string-array>
<!-- USB configuration values for Developer Settings.
@@ -1283,6 +1284,8 @@
<item>rndis</item>
<!-- Do not translate. -->
<item>audio_source</item>
+ <!-- Do not translate. -->
+ <item>midi</item>
</string-array>
</resources>