Can I use the APP I wrote to store the generated files in USB Storage?
I want to develop an APP, but due to the usage scenario, it must first read the configuration file from the external device (USB Disk) before subsequent operations can be performed. After the operation is completed, the generated binary file can be stored back to the USB Disk, currently it seems that you can only manually move files from USB to Files App, and then manually move them to USB Disk after the processing is completed; is there a way to directly access USB Disk?