diff options
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 716da00..82c9003 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1269,4 +1269,29 @@ <item>Pink</item> <item>Red</item> </string-array> + + <!-- USB configuration names for Developer Settings. + This can be overridden by devices with additional USB configurations. --> + <string-array name="usb_configuration_titles"> + <item>MTP (Media Transfer Protocol)</item> + <item>PTP (Picture Transfer Protocol)</item> + <item>RNDIS (USB Ethernet)</item> + <item>Audio Source</item> + </string-array> + + <!-- USB configuration values for Developer Settings. + These are lists of USB functions passed to the USB Manager to change USB configuraton. + This can be overridden by devices with additional USB configurations. + Do not translate. --> + <string-array name="usb_configuration_values" translatable="false"> + <!-- Do not translate. --> + <item>mtp</item> + <!-- Do not translate. --> + <item>ptp</item> + <!-- Do not translate. --> + <item>rndis</item> + <!-- Do not translate. --> + <item>audio_source</item> + </string-array> + </resources> |