获取Android文件路径

getFilesDir: /data/user/0/包名/files

getExternalFilesDir: /storage/emulated/0/Android/data/包名/files

getExternalStorageDirectory: /storage/emulated/0

Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS): /sdcard/Download

猜你喜欢

转载自blog.csdn.net/LikeBoke/article/details/83030310
今日推荐