aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2015-11-26 23:27:37 +0200
committerdoc HD <doc.divxm@gmail.com>2015-11-26 23:27:37 +0200
commitef5481696d5cc8408cc5e91f1039568d1259a786 (patch)
tree6cf26800cf0de9c46e3f4cf13ce720e4b2491af0
parent6ae873a780d80b608f85941bb5f5f047388e12f5 (diff)
ha3g: enable in call volume control overlay
Change-Id: I09c138b1043bad56fd0b8398ca6d8058c003e4ed
-rw-r--r--overlay/packages/apps/InCallUI/res/values/config.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/InCallUI/res/values/config.xml b/overlay/packages/apps/InCallUI/res/values/config.xml
new file mode 100644
index 0000000..7defa3d
--- /dev/null
+++ b/overlay/packages/apps/InCallUI/res/values/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 Android Ice Cold Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <!-- Enable Yamaha Sound Mode for In Call Volume Control by @safarend-->
+ <bool name="config_uses_yamaha_sound">true</bool>
+</resources>