I don't believe there is a way to check for dual sd-cards, but some devices do have 2 types of external storage. For example, I know on some motorola devices, the internal secondary storage is accessed with /sdcard-ext
. You could check to see if this directory exists (I know that other devices with secondary storage also use the -ext
append) and react accordingly.