summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-07-22 09:14:08 -0700
committerGlenn Kasten <gkasten@google.com>2014-08-13 11:04:25 -0700
commitca54234efc0fe8fe2d36a1fb465a153ed0ca0cf8 (patch)
tree2d5ea0bd6dd1beed582aaadd27ea1781d1e52ae9 /res/values
parentaea9ae000441940842ba3ec9f93562b684eb9053 (diff)
downloadpackages_apps_Settings-ca54234efc0fe8fe2d36a1fb465a153ed0ca0cf8.zip
packages_apps_Settings-ca54234efc0fe8fe2d36a1fb465a153ed0ca0cf8.tar.gz
packages_apps_Settings-ca54234efc0fe8fe2d36a1fb465a153ed0ca0cf8.tar.bz2
Add setting to disable automatic USB audio routing
Bug: 16381952 Change-Id: I7335ed4c3ec8d5f9cb9a9bd2a9d2f9e0f3a63c43
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f8d5c2c..bb86d6c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4767,6 +4767,11 @@
<!-- UI debug setting: force use of NuPlayer summary [CHAR LIMIT=50] -->
<string name="use_nuplayer_summary">Use NuPlayer instead of AwesomePlayer</string>
+ <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=25] -->
+ <string name="usb_audio_disable_routing">Disable USB audio routing</string>
+ <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
+ <string name="usb_audio_disable_routing_summary">Disable automatic routing to USB audio peripherals</string>
+
<!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
<string name="debug_layout">Show layout bounds</string>
<!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->