I am writing a simple application which export csv files from database. The csv files can be found by using android application(e.g. file manager). However, when I connect the device to pc, those csv files were not found.
Is there any setting for the access right of the csv generated by opencsv? Or any way to view those generated csv files in pc?
Thank you.