summaryrefslogtreecommitdiff
authorShuide Chen <shuide.chen@amlogic.com>2018-03-19 05:04:45 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-03-19 05:04:45 (GMT)
commit0113affad4a5b5629c4d23d405caf90ebaebc5a0 (patch)
tree7034c18c583ada8750b844ac883461e061a88f10
parenta9f5c3e4aa27e3529f03b76932675a2b59d677e0 (diff)
downloadbraun-0113affad4a5b5629c4d23d405caf90ebaebc5a0.zip
braun-0113affad4a5b5629c4d23d405caf90ebaebc5a0.tar.gz
braun-0113affad4a5b5629c4d23d405caf90ebaebc5a0.tar.bz2
braun: use fixed volume settings [3/8]
PD# NONE use device specific volume configuration Change-Id: If4540ac4750b419a8ddbfa6a22eabd95fc4dbd29 Signed-off-by: Shuide Chen <shuide.chen@amlogic.com>
Diffstat
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index da55f60..93b4bb6 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -1,5 +1,9 @@
<resources>
+ <!-- Flag indicating that the media framework should not allow changes or mute on any
+ stream or master volumes. -->
+ <bool name="config_useFixedVolume">true</bool>
+
<!-- This string array should be overridden by the device to present a list of network
attributes. This is used by the connectivity manager to decide which networks can coexist
based on the hardware -->