Write file to sdcard in android

后端 未结 4 856
半阙折子戏
半阙折子戏 2020-12-21 02:05

I want to create a file on sdcard. Here I can create file and read/write it to the application, but what I want here is, the file should be saved on specific folder of sdcar

4条回答
  •  [愿得一人]
    2020-12-21 02:59

    Note: 'getExternalStorageDirectory()' actually gives you a path to /storage/emulated/0 and not the actual sdcard

    'String path = Syst.envr("SECONDARY_STORAGE");' gives you a path to the sd card

提交回复
热议问题