标签: android path
我用过
new File(Environment.getExternalStorageDirectory().toString)
但它提供了主存储路径.i.e / Storage / emulated / 0
我也用过
new File(System.getenv("SECONDARY_STORAGE"))
这很好用,但在三星的某些设备中它不起作用。
请帮忙。