Hi, everyone here.
During Android porting, I am asking for the following reasons.
os: android 13
cpu:imx8mini
When you insert an SD card or USB memory on Android, the directory below is automatically created
• Environment.DIRECTORY_ALARMS: Save audio file for alarm (/mnt/sdcard/Alarms)
• Environment.DIRECTORY_DCIM : Save photos taken with camera (/mnt/sdcard/DCIM)
• Environment.DIRECTORY_DOWNLOADS: Save the downloaded file (/mnt/sdcard/Download)
• Environment.DIRECTORY_MUSIC : 음악 파일 저장 (/mnt/sdcard/Music)
• Environment.DIRECTORY_MOVIES : 영상 파일 저장 (/mnt/sdcard/Movies)
• Environment.DIRECTORY_NOTIFICATORS: Store audio files for use as notification sounds (/mnt/sdcard/Notifications)
• Environment.DIRECTORY_PICTURES : 그림 파일 저장 (/mnt/sdcard/Pictures)
• Environment.DIRECTORY_PODCASTS: save podcast file (/mnt/sdcard/Podcasts)
Is there a way to prevent this directory from happening
Hello,
The directory is create by the android, is necessary but you can change with android studio, and change the permission and loaders.
Regards