summaryrefslogtreecommitdiff
authorshuide.chen <shuide.chen@amlogic.com>2018-03-15 04:34:58 (GMT)
committer shuide.chen <shuide.chen@amlogic.com>2018-03-15 04:34:58 (GMT)
commitd131cb0b3c4e63a5f5ee86f7811877c64f8aaf25 (patch)
tree5c72d9efbe60dbcc6faf565a9d2dc5e5b102338b
parentdaf947aa008e4776e0eb0bb18d8e23440de742cb (diff)
downloadbraun-d131cb0b3c4e63a5f5ee86f7811877c64f8aaf25.zip
braun-d131cb0b3c4e63a5f5ee86f7811877c64f8aaf25.tar.gz
braun-d131cb0b3c4e63a5f5ee86f7811877c64f8aaf25.tar.bz2
braun: use fixed volume
Change-Id: Ic545deda8f1812027bd0594f166dafde30a30c8d 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 -->