context.getExternalFilesDir(null).getAbsolutePath()
的获取结果:
/storage/sdcard0/Android/data/com.xx.xxx/files/
该目录下得文件不会被相册扫描到。
来自代码:https://git.oschina.net/yso/JingPai (静拍)
CaptureStatus类
context.getExternalFilesDir(null).getAbsolutePath()
的获取结果:
/storage/sdcard0/Android/data/com.xx.xxx/files/
该目录下得文件不会被相册扫描到。
来自代码:https://git.oschina.net/yso/JingPai (静拍)
CaptureStatus类