summaryrefslogtreecommitdiff
authorShuide Chen <shuide.chen@amlogic.com>2018-03-19 02:49:15 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-03-19 04:54:40 (GMT)
commit2df9ef693f23456a1af8c8a2dbb11a4a29bbadb8 (patch)
tree1235c2a1d064690c0eb2001bedf166a298ad648c
parent05652c0132a330e15aac2784ce373aeace4fcea0 (diff)
downloadcurie-2df9ef693f23456a1af8c8a2dbb11a4a29bbadb8.zip
curie-2df9ef693f23456a1af8c8a2dbb11a4a29bbadb8.tar.gz
curie-2df9ef693f23456a1af8c8a2dbb11a4a29bbadb8.tar.bz2
curie: use fixed volume settings [4/8]
PD# NONE use device specific volume configuration Change-Id: I3b31783fff6e49b8e6467ec7a8022977443b34f4 sign-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 1ad27aa..f0e6ba6 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 -->