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
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