Skip to main content

Posts

Showing posts with the label flash-memory

Moving files from sdCard to flash memory in android?

I am working on an app which needs to move the files from sdcard to the flash memory .The problem is that both the flash memory and sdcard is detected by : (Environment.getExternalStorageDirectory()) So I cant detect whether sdcard is inserted or not . Has anyone came across the same problem please help ? I am using Archos 7 home tablet eclair. I need to know how can I get the path for the flash memory and sdcard.