aykuttasil / CallRecorder

Android Phone Call Recorder
MIT License
757 stars 239 forks source link

what the mean is it? the number in the end of recorder filename #38

Open Xudanli2809 opened 5 years ago

Xudanli2809 commented 5 years ago

what the mean is it? the number in the end of recorder filename. such as that: "1859617116" in "CallRecorderTestFileoutgoing-1859617116". And how to edit this path

aJIEw commented 5 years ago

It's the random long value generated by File.createTempFile() method, it's located here

Xudanli2809 commented 5 years ago

It's the random long value generated by File.createTempFile() method, it's located here thanks.