How to check is external MicroSD card exists?
Environment.isExternalStorageRemovable()
and android.os.Environment.getExternalStorageState()
don't help because of mounted inner memory, especially in devices with no slot for SD card.
Is there any working solution?