diff options
| author | Dave Daynard <nardholio@gmail.com> | 2015-06-07 14:12:26 -0400 |
|---|---|---|
| committer | Dave Daynard <nardholio@gmail.com> | 2015-06-20 19:22:57 -0400 |
| commit | b3117a00b16e66620afbfdd964a5ff9c33718eb9 (patch) | |
| tree | bda3d8e639defb9a11f21d5f4b7fe6bfb791c31e | |
| parent | 01dac49b23f258eb4baec2296e8b3f578e490fd4 (diff) | |
msm8960-common: Enable call recording
Change-Id: Ibc24739b259bfe045737725ea85328b8c86bd692
| -rw-r--r-- | overlay/packages/apps/Dialer/res/values/config.xml | 20 |
1 files changed, 20 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..b8a3c13 --- /dev/null +++ b/overlay/packages/apps/Dialer/res/values/config.xml @@ -0,0 +1,20 @@ +<?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">true</bool> + <integer name="call_recording_audio_source">4</integer> +</resources> |
