summaryrefslogtreecommitdiff
authorShuide Chen <shuide.chen@amlogic.com>2018-03-19 02:45:29 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-03-19 04:34:17 (GMT)
commit27d4471138821a918e5296b7c5f47e418c19635b (patch)
tree18c06c9e7714301beecffeb23ca5bff22d270df2
parent03165c827e4ea9cc3d0557c17c05d363318eabb9 (diff)
downloadampere-27d4471138821a918e5296b7c5f47e418c19635b.zip
ampere-27d4471138821a918e5296b7c5f47e418c19635b.tar.gz
ampere-27d4471138821a918e5296b7c5f47e418c19635b.tar.bz2
ampere: use fixed volume settings [2/8]
PD# NONE use device specific volume configuration Change-Id: I6ba10548dfa080428711be786d5eb28d6eb2c157 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 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 -->