android - What does getExternalStorageDirectory() return on the Xoom? -


Motorola XOOM has an SD card slot from what I've read, but currently slot is disabled in shipping devices. Developing apps that store data on SD card, whose path is (as 2.2) / mnt / sdcard / . What does getExternalStorageDirectory () come back to XOOM? Will this change occur if the SD card is enabled?

What is the External Directory () on XOOM?

Indeed, it returns / mnt / sdcard . However, it indicates some on-board storage, like many other Android devices. My guess is that they have chosen / mnt / sdcard for greater compatibility with developers, which are valuable in their apps.

Will this change occur if the SD card is enabled?

You are asking better than that question.

Comments