I’m developing software based on an open source package that uses external storage to archive data. I wanted to get a Nexus S to help me develop this software, but just noticed that it doesn’t have an SD card slot!
I’ve seen that some other Android phones without SD slots just have a /mnt/sdcard directory as though there were external storage, but others apparently don’t offer this feature.
So does the Nexus S emulate external storage? Or will this phone break my code…?
Thanks very much!
You should not get any problems:
From the
Environment.getExternalStorageDirectory()documentation.