Android: save file to downloads that can be viewed later

后端 未结 3 1358
忘了有多久
忘了有多久 2021-01-21 07:59

I have an app that needs to collect a bunch of data while connected to a stream. I need to save this data to a file that I can later pull off my device and analyze using a stan

3条回答
  •  有刺的猬
    2021-01-21 08:40

    I wanted to do a very similar thing. Here's how I got it to work using your code EXACTLY.

    After running my code to make the file(/storage/emulated/0/Download/_Ascent_Test.txt):

    I downloaded the ES File Explorer.

    In the "Fast Access" menu towards the bottom I turned "Show hidden files" ON.

    Then, also in the "Fast Access" menu, go to local -> / Device.

    Now you will be able to navigate to the /storage folder and all the way down to _Ascent_test.txt

    From there you can open it and email it yourself. Hope this helped!

提交回复
热议问题