-1

I make a search on google and other.

I can not find answer about external storage/memory card path.

so please help.

Manish
  • 67
  • 8

1 Answers1

0

There is no reliable way to determine the path to a micro SD card. To removable storage.

getExternalStorageDirectory() will give a path to external storage and hence is unusable.

You better let the user pick the right path.

On modern systems you can try getExternalFilesDirs().

greenapps
  • 11,154
  • 2
  • 16
  • 19