I currenlty have a few problems with developing an APP and using the external SD card.
-
The first problem is that I check if there is a SD card mounted. This function returns a true even if there is no SD card inserted. I’ve used/tried the following code:
from developer.android.com
Every Android-compatible device supports a shared “external storage” that you can use to save files. This can be a removable storage media (such as an SD card) or an internal (non-removable) storage. Files saved to the external storage are world-readable and can be modified by the user when they enable USB mass storage to transfer files on a computer.
Maybe that is a problem?
I’m using a LG L5 (E610)
I’ve added the correct permission to the manifest file.
My other issue could be related to this issue
Any help is very much appreciated. Thank you.
Got it fixed, was own problem.
Thanks all for the assistance..