SDCardUtils

class SDCardUtils
    author: Blankj
    blog  : http://blankj.com
    time  : 2016/08/11
    desc  : utils about sdcard

Functions

getSDCardPaths
Link copied to clipboard
open fun getSDCardPaths(): List<String>
Return the paths of sdcard.
open fun getSDCardPaths(removable: Boolean): List<String>
Return the paths of sdcard.
isSDCardEnable
Link copied to clipboard
open fun isSDCardEnable(): Boolean
Return whether sdcard is enabled.