在Android 中可以選擇把檔案放置在apk 內,以及系統外部路徑。 ... DIRECTORY_PICTURES) if (file.mkdir()) { val f = File(file, albumName) if (f.mkdir()) { return ...
確定! 回上一頁