aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNBruderman <nbruderman@gmail.com>2015-05-05 08:59:36 +0300
committerdoc HD <doc.divxm@gmail.com>2015-10-25 23:06:16 +0200
commitcabc5ee896d76c45140a15ee7c088342b2690e67 (patch)
treee35e8597f29ce7722226a126957745988116f9dd
parent3b56df22e9795eef09f9a3968dbe75d35d1d7cfd (diff)
g2: Add the ability for call recordinglp5.1-caf
The initial overlay that adds the ability was missing, Fixit. It doesn't override the location overlays, it's just adding the ability where call recording in permitted. Change-Id: I4bced7f4061fade193e2d346ad2e9cd15400188d
-rw-r--r--overlay/packages/apps/Dialer/res/values/config.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/overlay/packages/apps/Dialer/res/values/config.xml b/overlay/packages/apps/Dialer/res/values/config.xml
new file mode 100644
index 0000000..e52c6db
--- /dev/null
+++ b/overlay/packages/apps/Dialer/res/values/config.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2015 The CyanogenMod 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>
+ <bool name="call_recording_enabled">true</bool>
+</resources>