sdr001 0 Light Poster

Hello,

I start to record with this line:

Intent intent =
                    new Intent(MediaStore.Audio.Media.RECORD_SOUND_ACTION);
                    startActivityForResult(intent, RQS_RECORDING);

I would like specify where this file gets saved, and the files name. Is there a way to do this?

Thank you

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.