a8453770
Results
1
comments of
a8453770
 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) } }