How to list additional external storage folders (mount points)?

后端 未结 6 1991
半阙折子戏
半阙折子戏 2020-12-01 10:24

By default, \"external\" storage on Android is presented as /sdcard folder. On some devices it\'s not SD card but internal memory.

Some devices allow attachment of a

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 10:54

    I found a code that uses /proc/mount to return all mounted storages here:

    How can I get the list of mounted external storage of android device

    I've tested it on 4 different devices and it works like a charm.

提交回复
热议问题