summaryrefslogtreecommitdiffstats
path: root/res/values-mcc274/config.xml
diff options
context:
space:
mode:
authorArekusu Rin <alexmatteotv@gmail.com>2019-06-12 10:35:17 +0300
committerVasyl Gello <vasek.gello@gmail.com>2019-06-12 10:35:17 +0300
commite8b91e821840f52c12aa03c6a18843d66a2407fc (patch)
tree39ca8fcfb7774879332dd966bb4979f93e10c76c /res/values-mcc274/config.xml
parent1aa51c65429374c95a475cffcb9b810777590b48 (diff)
downloadandroid_packages_apps_Dialer-e8b91e821840f52c12aa03c6a18843d66a2407fc.tar.gz
android_packages_apps_Dialer-e8b91e821840f52c12aa03c6a18843d66a2407fc.tar.bz2
android_packages_apps_Dialer-e8b91e821840f52c12aa03c6a18843d66a2407fc.zip
Enable or disable call recording for numerous countries via MCC.
* This change handles call recording within the Dialer. Changes were made to the template of all of the XML files, and all links were changed to https, where possible. Quotes of the precedents and/or laws can be found within each country's XML file. Countries' whose status was not changed are not explicitly mentioned below, despite any changes to their files. * Call recording is disabled for: Andorra, Iceland, Indonesia, Monaco, Switzerland, the United States of America and some of its territories - Guam, Northern Mariana Islands, Puerto Rico and the United States Virgin Islands. * Call recording is enabled for: Albania, American Samoa, Argentina, Armenia, Aruba, Belarus, Bonaire, Bosnia and Herzegovina, Brazil, Canada, Chile, Croatia, Curaçao, Cyprus, Estonia, Faroe Islands, French Guiana, French Polynesia, Georgia, Greece, Greenland, Guadeloupe, Hungary, India, Ireland, Israel, Japan, Kosovo, Latvia, Liechtenstein, Lithuania, Luxembourg, Malta, Martinique, Mayotte, Moldova, Montenegro, Morocco, New Caledonia, New Zealand, North Macedonia, Peru, Russia, Réunion, Saba, Saint Barthélemy, Saint-Martin, Saint-Pierre-et-Miquelon, Serbia, Singapore, Sint Eustatius, Sint Maarten, Slovakia, Slovenia, South Africa, South Korea, Turkey, Ukraine and Wallis-et-Futuna. Change-Id: Iba5b7028d26cac281099f81bf3d5c21e2ee4d1a9
Diffstat (limited to 'res/values-mcc274/config.xml')
-rw-r--r--res/values-mcc274/config.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/values-mcc274/config.xml b/res/values-mcc274/config.xml
new file mode 100644
index 000000000..170cad624
--- /dev/null
+++ b/res/values-mcc274/config.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2014-2016 The CyanogenMod Project
+ Copyright (C) 2016-2019 The LineageOS 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.
+-->
+
+<!--Disable call recording for country: Iceland-->
+<!--
+ Relevant laws and/or legal precedents:
+ According to the Electronic Communications Act, No. 81, recording one's own telephone
+ conversations without notifying the other party can make the recording party liable to fines or
+ imprisonment of up to six months in the case of serious or repeated violations, as explicitly
+ stated in Article 74. Article 48 covers the Recording of telephone calls and states that the
+ party to a telephone conversation that wishes to record said conversation shall, when it
+ commences, notify the opposite party of his or her intent to do so. This not required when the
+ opposite party can clearly be assumed to be aware of the recording.
+ Electronic Communications Act:
+ https://www.government.is/Publications/Legislation/Lex/?newsid=86c9a6a9-fab5-11e7-9423-005056bc4d74
+-->
+<resources>
+ <bool name="call_recording_enabled">false</bool>
+</resources> \ No newline at end of file