summaryrefslogtreecommitdiffstats
path: root/res/values-mcc216/config.xml
diff options
context:
space:
mode:
authoremancebo <emancebo@cyngn.com>2014-08-04 17:07:05 -0700
committerDanesh M <daneshm90@gmail.com>2015-02-17 22:19:53 +0000
commitd226720aa226ae4ec20df24696be5b2b84ab9ef3 (patch)
treead3900db6a035c39da4183ec1fe53711f889fd0e /res/values-mcc216/config.xml
parent61c5541428394e254950068fc5a7c1ac5d65ea42 (diff)
downloadandroid_packages_apps_Dialer-d226720aa226ae4ec20df24696be5b2b84ab9ef3.tar.gz
android_packages_apps_Dialer-d226720aa226ae4ec20df24696be5b2b84ab9ef3.tar.bz2
android_packages_apps_Dialer-d226720aa226ae4ec20df24696be5b2b84ab9ef3.zip
Call recording service implementation and playback
Combination of the following commits: commit df7f323089af7aebfc29e253b13b67789fa23ccb Author: emancebo <emancebo@cyngn.com> Date: Mon Aug 4 17:07:05 2014 -0700 Call recording service implementation, show recordings and allow playback in call history commit 04656cfe2380fbc62f1f54d1b1b2af62aaf92673 Author: emancebo <emancebo@cyngn.com> Date: Thu Aug 14 14:17:18 2014 -0700 blacklist call recording for US/EU mccs, remove sysprop flag for enabling commit 44ef8f7f59f89bbcadcb557c781047646523300e Author: Brinly Taylor <uberlaggydarwin@gmail.com> Date: Tue Aug 19 10:14:02 2014 +0930 Dialer: Blacklist call recording for Australia. Same as European/US laws as regards to this therefore to protect CM I think we should disable this. . Feel free to check with lawyers though. commit bc3df8ea3e7f73a2f48e34a3737cda1833c84d0a Author: emancebo <emancebo@cyngn.com> Date: Mon Nov 17 16:53:05 2014 -0800 update call recording file format TOMATO-282 Change-Id: I56bf6857d87260e20b6a84c4db6e463b0fd87dcc
Diffstat (limited to 'res/values-mcc216/config.xml')
-rw-r--r--res/values-mcc216/config.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-mcc216/config.xml b/res/values-mcc216/config.xml
new file mode 100644
index 000000000..def954f23
--- /dev/null
+++ b/res/values-mcc216/config.xml
@@ -0,0 +1,19 @@
+<?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.
+-->
+<resources>
+ <bool name="call_recording_enabled">false</bool>
+</resources>