Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ec7adf4 authored by NBruderman's avatar NBruderman Committed by Abhisek Devkota
Browse files

Dialer: Whitelist few EU countries for call recording

All entries to this list patch should state the country being modified
and
provide a URL reference (either government law, precedent or similar).

A disclaimer item will also be added to the InCallUI view for the user
to
acknowledge that it is their responsibility to conduct/maintain and use
recordings in conjunction with their respective country/region's laws.

Change-Id: Id6aa02447e9e8b6520cbe7c6eada7df333ee42a0
(cherry picked from commit c2b91499)
parent 140b2062
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod Project
     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.
@@ -14,6 +14,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!--Allow recording for country: Netherlands-->
<!--Legal precedent source: http://blog.wetrecht.nl/telefoongesprekken-opnemen-als-bewijs-kan-dat/ -->
<resources>
    <bool name="call_recording_enabled">false</bool>

</resources>
+5 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod Project
     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.
@@ -14,6 +14,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!--Allow recording for country: Spain-->
<!--Legal precedent source: http://www.legalisconsultores.es/2014/04/es-legal-realizar-grabacionesse-pueden-aportar-como-prueba-en-juicios/ -->
<resources>
    <bool name="call_recording_enabled">false</bool>

</resources>
+5 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod Project
     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.
@@ -14,6 +14,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!--Allow recording for country: Italy-->
<!--Legal precedent source: http://www.altalex.com/index.php?idnot=53369 -->
<resources>
    <bool name="call_recording_enabled">false</bool>

</resources>
+5 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod Project
     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.
@@ -14,6 +14,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!--Allow recording for country: Czech Republic-->
<!--Legal precedent source: http://nalus.usoud.cz/Search/GetText.aspx?sz=1-191-05_2 -->
<resources>
    <bool name="call_recording_enabled">false</bool>

</resources>
+5 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
     Copyright (C) 2014 The CyanogenMod Project
     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.
@@ -14,6 +14,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!--Allow recording for country: Denmark-->
<!--Legal precedent source: https://www.retsinformation.dk/Forms/r0710.aspx?id=164192#Kap27 -->
<resources>
    <bool name="call_recording_enabled">false</bool>

</resources>
Loading