chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.49k stars 98 forks source link

Make recording calls from telecom-integrated apps optional #518

Closed chenxiaolong closed 3 months ago

chenxiaolong commented 3 months ago

BCR records from the VOICE_CALL audio stream, which only works with plain old phone calls. Recording calls from telecom-integrated apps will likely only produce pure silence.

The recording of these calls is turned off by default to avoid producing useless recordings.

Issue: #513