Thanks for previous replies
I am doing application with android inbuilt voice recorder. i want to store the voice in specific location. but whenever i use the android in built voice recorder(using intent action) it save all voice into default folder. is there anyway to customize the location to save the voice. If anyone have idea pls guide me..
from com.android.soundrecorder.Recorder.java,we could find:
mSampleFile is created in code,
So…we can’t customize the location to save the voice.