Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<string name="pref_write_metadata_name">Write metadata file</string>
<string name="pref_write_metadata_desc">Create a JSON file containing details about the call next to the audio file.</string>

<string name="pref_record_telecom_apps_name">Record telecom-integrated apps</string>
<string name="pref_record_telecom_apps_desc">Record calls from third-party apps that integrate with Android\'s telecom system. Recordings of these calls will likely contain only silence.</string>
<string name="pref_record_telecom_apps_name">Record telecom-integrated calls</string>
<string name="pref_record_telecom_apps_desc">Record calls from third-party apps that use the Android telecom framework. Recordings of these calls will likely contain incomplete, missing or otherwise unusable audio.</string>

<string name="pref_record_dialing_state_name">Record calls before connection</string>
<string name="pref_record_dialing_state_desc">For outgoing calls, start recording as soon as dialing begins instead of waiting until the call connects.</string>
Expand Down