getSDCardPaths

open fun getSDCardPaths(removable: Boolean): List<String>

Return the paths of sdcard.

Return

the paths of sdcard

Parameters

removable

True to return the paths of removable sdcard, false otherwise.

open fun getSDCardPaths(): List<String>

Return the paths of sdcard.

Return

the paths of sdcard