esnyder / callrecorder

Toy Android app to do call recording.
GNU General Public License v3.0
130 stars 93 forks source link

Location for recorded calls #8

Open moshekaplan opened 8 years ago

moshekaplan commented 8 years ago

Phone calls are recorded to /sdcard/callrecorder (https://github.com/esnyder/callrecorder/blob/master/src/com/talentcodeworks/callrecorder/RecordService.java#L36).

It would be nice if the user could override that hardcoded value.

Also, what happens if a phone doesn't have an SD card installed? Perhaps it's worth using one of techniques described here instead? http://developer.android.com/training/basics/data-storage/files.html

esnyder commented 8 years ago

Hi Moshe,

I am no longer actively working on callrecorder, although I am happy to merge PRs to this repo if you make changes, or add you to the project so you can make changes directly.

Thanks.