parent
8768ec55bd
commit
871b388263
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@ public class RecordingActivity extends Activity implements View.OnClickListener
|
|||
|
||||
private File getOutputFile() {
|
||||
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMdd_HHmmssSSS", Locale.US);
|
||||
return new File(Environment.getExternalStorageDirectory().getAbsolutePath().toString()
|
||||
+ FileBackend.getConversationsAudioDirectory() + "/"
|
||||
return new File(FileBackend.getConversationsAudioDirectory() + "/"
|
||||
+ dateFormat.format(new Date())
|
||||
+ ".m4a");
|
||||
}
|
||||
|
|
Reference in a new issue