how to get the file names stored in sd card in android

后端 未结 5 1877
日久生厌
日久生厌 2021-02-02 00:52


i have a folder in sd card which contains several files. now i need to get the names of that files. can anybody have any idea how to get the file names stored in s

5条回答
  •  -上瘾入骨i
    2021-02-02 01:44

    In Android 5.0 Lollipop, I found that we need add the permission to Manifest:

    
    

    If not, we could not see any file in sdcard. I take an hour to find this!

提交回复
热议问题