summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKryten2k35 <Kryten2k35@gmail.com>2015-05-25 17:06:16 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-03 23:33:16 +0000
commitd7e581a7caa1b79e6683bccef0ed5b78f932196c (patch)
tree0c1c96677cb338f5f45dc9424f35eae470ecd94c /res
parentb675a6acf2509baba714428cb83677a2ed4c0ff0 (diff)
downloadandroid_packages_apps_Dialer-d7e581a7caa1b79e6683bccef0ed5b78f932196c.tar.gz
android_packages_apps_Dialer-d7e581a7caa1b79e6683bccef0ed5b78f932196c.tar.bz2
android_packages_apps_Dialer-d7e581a7caa1b79e6683bccef0ed5b78f932196c.zip
Enable Call Recording for the United Kingdom
Recording calls in the UK is not illegal and perfectly fine for personal use. http://www.ofcom.org.uk/static/archive/oftel/consumer/advice/faqs/prvfaq3.htm Change-Id: I2612e4cdd7160fadd583c6d54a89b89d1ca60cf6
Diffstat (limited to 'res')
-rw-r--r--res/values-mcc234/config.xml5
-rwxr-xr-xres/values-mcc235/config.xml19
2 files changed, 23 insertions, 1 deletions
diff --git a/res/values-mcc234/config.xml b/res/values-mcc234/config.xml
index def954f23..84ea1e46b 100644
--- a/res/values-mcc234/config.xml
+++ b/res/values-mcc234/config.xml
@@ -14,6 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
+<!--Allow recording for country: United Kingdom-->
+<!--Legal precedent source: http://www.ofcom.org.uk/static/archive/oftel/consumer/advice/faqs/prvfaq3.htm -->
<resources>
- <bool name="call_recording_enabled">false</bool>
+
</resources>
diff --git a/res/values-mcc235/config.xml b/res/values-mcc235/config.xml
new file mode 100755
index 000000000..705c71768
--- /dev/null
+++ b/res/values-mcc235/config.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2014 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.
+-->
+
+<!--Allow recording for country: United Kingdom-->
+<!--Legal precedent source: http://www.ofcom.org.uk/static/archive/oftel/consumer/advice/faqs/prvfaq3.htm -->
+<resources>
+
+</resources> \ No newline at end of file