summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2015-01-30 15:26:48 -0800
committerRoboErik <epastern@google.com>2015-01-30 15:26:48 -0800
commit6cdfb54fdf1c58d0036efd8d68b5f44e1ab33a85 (patch)
tree917653dfadcc34d0147b7d4dabdc3665082fdd7f
parent3cfa2158d562cacf687ce3968fe8e90a81392841 (diff)
downloadandroid_device_google_atv-6cdfb54fdf1c58d0036efd8d68b5f44e1ab33a85.tar.gz
android_device_google_atv-6cdfb54fdf1c58d0036efd8d68b5f44e1ab33a85.tar.bz2
android_device_google_atv-6cdfb54fdf1c58d0036efd8d68b5f44e1ab33a85.zip
Remove useMasterVolume default
useMasterVolume being set to true was inherited from Nexus Q. It requires HAL support to actually use, so shouldn't be the default for most devices. Instead, on ATV devices all streams are aliased to media. Change-Id: I03bd82b2a180dda7977fbb3282971fd7a2f3a7fc
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 69c0447..03f3c5b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -15,11 +15,6 @@
-->
<resources>
-
- <!-- Flag indicating that the media framework should allow changing
- master volume stream and nothing else . -->
- <bool name="config_useMasterVolume">true</bool>
-
<!-- Flag indicating that the media framework should support playing of sounds on volume
key usage. This adds noticeable additional overhead to volume key processing, so
is disableable for products for which it is irrelevant. -->