diff options
author | tilaksidduram <tilaksidduram@gmail.com> | 2016-02-12 11:47:29 +0530 |
---|---|---|
committer | tilaksidduram <tilaksidduram@gmail.com> | 2016-02-12 11:50:04 +0530 |
commit | 4931fb3baaabe2a3c57969555a11e98c99977254 (patch) | |
tree | d7812d8a67b7ec37cd914452f8b000e127cd08b0 | |
parent | 5aa39b897bc644c2547464062aba03fc78236050 (diff) | |
download | device_samsung_n7100-4931fb3baaabe2a3c57969555a11e98c99977254.zip device_samsung_n7100-4931fb3baaabe2a3c57969555a11e98c99977254.tar.gz device_samsung_n7100-4931fb3baaabe2a3c57969555a11e98c99977254.tar.bz2 |
n7100: enable call recording
moved to vendor/cm - <bool name="call_recording_enabled">true</bool>
-rw-r--r-- | overlay/packages/apps/Dialer/res/values/config.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/overlay/packages/apps/Dialer/res/values/config.xml b/overlay/packages/apps/Dialer/res/values/config.xml new file mode 100644 index 0000000..b1c5a94 --- /dev/null +++ b/overlay/packages/apps/Dialer/res/values/config.xml @@ -0,0 +1,16 @@ +<?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> + <integer name="call_recording_audio_source">4</integer> +</resources> |