summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-09-21 12:27:56 +0200
committerMichael Bestas <mikeioannina@gmail.com>2017-01-07 01:31:39 +0200
commit3e5694aab51d48497a79be35159701ff8db8fa77 (patch)
tree08dba418cfc66c7d2ba750197bfae7df7f52aeeb /res/values
parent168939c1dc1e9dd2c5cf697cd332fe30fea1069f (diff)
downloadandroid_packages_apps_Dialer-3e5694aab51d48497a79be35159701ff8db8fa77.tar.gz
android_packages_apps_Dialer-3e5694aab51d48497a79be35159701ff8db8fa77.tar.bz2
android_packages_apps_Dialer-3e5694aab51d48497a79be35159701ff8db8fa77.zip
Re-add call recording feature.
Change-Id: I805ee64ddfa252a09c06ff7ec44d968f5eba3489
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_arrays.xml10
-rw-r--r--res/values/cm_strings.xml7
-rw-r--r--res/values/config.xml2
3 files changed, 19 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 6a8141ed0..adc5a7ccc 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -76,4 +76,14 @@
<item>YellowPages (CA)</item>
<item>ZabaSearch (US)</item>
</string-array>
+
+ <string-array name="call_recording_encoder_entries" translatable="false">
+ <item>@string/wb_amr_format</item>
+ <item>@string/aac_format</item>
+ </string-array>
+
+ <string-array name="call_recording_encoder_values" translatable="false">
+ <item>"0"</item>
+ <item>"1"</item>
+ </string-array>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 0fa559024..6c9299d43 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -90,4 +90,11 @@
<!-- Text displayed when there are no call log entries in the selected time range. -->
<string name="recent_calls_no_items_in_range">Your call log does not contain any calls in the selected time range.</string>
+ <string name="call_recording_category_key" translatable="false">call_recording_category</string>
+ <string name="call_recording_category_title">Call recording</string>
+ <string name="call_recording_format_key" translatable="false">call_recording_format</string>
+ <string name="call_recording_format">Audio format</string>
+ <string name="wb_amr_format" translatable="false">AMR-WB</string>
+ <string name="aac_format" translatable="false">AAC</string>
+ <string name="call_playback_no_app_found_toast">No app could be found for playback of the selected recording.</string>
</resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 7c58d773a..70e958fbd 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -39,4 +39,6 @@
<integer name="speed_dial_emergency_number_assigned_key">9</integer>
+ <bool name="call_recording_enabled">false</bool>
+ <integer name="call_recording_audio_source">1</integer>
</resources>