a8453770

Results 1 comments of a8453770

![image](https://github.com/Curzibn/Luban/assets/19582195/f3f56e1b-0a21-4f01-9dc4-441b9e450fdb) private fun getAppSpecificDir(context: Context): File? { return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) { context.getExternalFilesDir(Environment.DIRECTORY_PICTURES) } else { context.getExternalFilesDir(null) } }