summaryrefslogtreecommitdiff
authorShuide Chen <shuide.chen@amlogic.com>2018-03-19 02:55:15 (GMT)
committer Shuide Chen <shuide.chen@amlogic.com>2018-03-19 05:11:08 (GMT)
commit9ad6cb573ce2434536fcfbeede117271eb8eef46 (patch)
treeae499e79ccb9843c59fc739a38c8515f60c1754f
parent32b46f8ccc9f4441e645bb0e1a36c8280ac6b280 (diff)
downloadeinstein-9ad6cb573ce2434536fcfbeede117271eb8eef46.zip
einstein-9ad6cb573ce2434536fcfbeede117271eb8eef46.tar.gz
einstein-9ad6cb573ce2434536fcfbeede117271eb8eef46.tar.bz2
einstein: use fixed volume settings [6/8]
PD# NONE use device specific volume configuration Change-Id: Id2f63b4fbcd0469ce5188605f1c57237d86782bc 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 b4ac675..ad34769 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 -->