summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArekusu Rin <alexmatteotv@gmail.com>2018-10-18 10:20:42 +0200
committerArekusu Rin <alexmatteotv@gmail.com>2018-10-18 10:55:28 +0200
commit4cec325c31dbe5894ab576b6161065ad0458612d (patch)
treed8efb81d741415719e43a94553ab41bc9acc1a2e
parentc28705a5cc9e9eae23813c291c2fc78c8271e8c0 (diff)
downloadandroid_packages_apps_Dialer-4cec325c31dbe5894ab576b6161065ad0458612d.tar.gz
android_packages_apps_Dialer-4cec325c31dbe5894ab576b6161065ad0458612d.tar.bz2
android_packages_apps_Dialer-4cec325c31dbe5894ab576b6161065ad0458612d.zip
Allow call recording for Bulgaria.
* Call recording is legal, subject to certain restrictions, in Bulgaria. Call recording without notification or one side's consent is not a criminal offense, and only affects the admissibility of said call recording as evidence. Change-Id: Ie35f23056914fb2e7639ea509675e21e7fdfab26
-rw-r--r--java/com/android/dialer/callrecord/res/values-mcc284/config.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/com/android/dialer/callrecord/res/values-mcc284/config.xml b/java/com/android/dialer/callrecord/res/values-mcc284/config.xml
index def954f23..7da9e9f3c 100644
--- a/java/com/android/dialer/callrecord/res/values-mcc284/config.xml
+++ b/java/com/android/dialer/callrecord/res/values-mcc284/config.xml
@@ -14,6 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
+<!--Allow recording for country: Bulgaria-->
+<!--Legal precedent source: Articles 125 and 126, Code of Criminal Procedure, https://www.mvr.bg/docs/default-source/normativnauredba/3da73fed-npk-pdf.pdf and Article 32 of the Constitution of Bulgaria, http://www.parliament.bg/bg/const and an example from the Burgas District Prosecution, as far as lack of criminal prosecution, https://www.prb.bg/bg/rpburgas/news/aktualno/rajonna-prokuratura-burgas-obrazuva-dosydebno--126-21 -->
<resources>
- <bool name="call_recording_enabled">false</bool>
+
</resources>