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

Commit d7e581a7 authored by Kryten2k35's avatar Kryten2k35 Committed by Gerrit Code Review
Browse files

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
parent b675a6ac
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>
+19 −0
Original line number Diff line number Diff line
<?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