modified output filename and location of voice recorder
This commit is contained in:
parent
bcdccd00a2
commit
a163ddf898
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +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()
|
||||
+ "/Pix-Art Messenger/Recording"
|
||||
+ "/Pix-Art Messenger/audios/"
|
||||
+ dateFormat.format(new Date())
|
||||
+ ".m4a");
|
||||
}
|
||||
|
|
Reference in a new issue