android want not create Android Directory Path

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

android want not create Android Directory Path

71 次查看
yoonseok
Contributor III

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

 

0 项奖励
回复
1 回复

66 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

The directory is create by the android, is necessary but you can change with android studio, and change the permission and loaders.

Regards

0 项奖励
回复