summaryrefslogtreecommitdiffstats
path: root/res/values-mcc310/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-mcc310/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-mcc310/config.xml')
-rw-r--r--res/values-mcc310/config.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/res/values-mcc310/config.xml b/res/values-mcc310/config.xml
index def954f23..1708ae455 100644
--- a/res/values-mcc310/config.xml
+++ b/res/values-mcc310/config.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2014 The CyanogenMod Project
+ 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.
@@ -14,6 +15,24 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
+<!--Disable call recording for country: United States of America-->
+<!--MCCs that conform to this country's state legislation: 310, 311, 312, 313, 314, 316, 330-->
+<!--MCCs that conform to this country's federal legislation: 544-->
+<!--
+ Relevant laws and/or legal precedents:
+ Currently federal laws state that call recording is legal. On the other hand, each state has
+ its own laws which take priority. Most states allow call recording when one sides agrees, but
+ over 10 require both sides to agree. Since there are no unique MCC codes per state, there is no
+ way to differentiate whether the state you are currently in allows call recording. Due to this,
+ call recording is set as disabled for the United States of America and some of its territories.
+ These include Guam, Northern Mariana Islands, United States Virgin Islands and Puerto Rico.
+ Until a method for properly differentiating between states is created, or a law or precedent
+ emerges which would allow call recording to be legal everywhere, this file and its connected
+ files should remain in their current form.
+ Two-party consent state laws:
+ https://recordinglaw.com/party-two-party-consent-states/
+-->
<resources>
<bool name="call_recording_enabled">false</bool>
-</resources>
+</resources> \ No newline at end of file