summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBrinly Taylor <uberlaggydarwin@gmail.com>2014-08-19 10:14:02 +0930
committerBrinly Taylor <uberlaggydarwin@gmail.com>2014-08-19 10:14:09 +0930
commit44ef8f7f59f89bbcadcb557c781047646523300e (patch)
tree48c76573ee1a590714be0d6dac4e9ebd327862ce /res
parent04656cfe2380fbc62f1f54d1b1b2af62aaf92673 (diff)
downloadandroid_packages_apps_Dialer-44ef8f7f59f89bbcadcb557c781047646523300e.tar.gz
android_packages_apps_Dialer-44ef8f7f59f89bbcadcb557c781047646523300e.tar.bz2
android_packages_apps_Dialer-44ef8f7f59f89bbcadcb557c781047646523300e.zip
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. http://review.cyanogenmod.org/#/c/70497/ Change-Id: I81db0d4aee4753dfecadec2961d094b1a98bafc3
Diffstat (limited to 'res')
-rw-r--r--res/values-mcc505/config.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-mcc505/config.xml b/res/values-mcc505/config.xml
new file mode 100644
index 000000000..def954f23
--- /dev/null
+++ b/res/values-mcc505/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>