summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index d556b1b..1af15f9 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1365,4 +1365,12 @@
<item>0</item>
</string-array>
+ <!-- These values must match up with the code in UsbModeChooserActivity.java. -->
+ <string-array name="usb_available_functions">
+ <item>@string/usb_use_charging_only</item>
+ <item>@string/usb_use_file_transfers</item>
+ <item>@string/usb_use_photo_transfers</item>
+ <item>@string/usb_use_MIDI</item>
+ </string-array>
+
</resources>