0

I'm using mergStoragePath("pictures") to get the path where to save pictures on Android. It works fine when the SD card is present but in a devices without an SD card, it points anyway to:

/mnt/sdcard/Pictures

Is there a way to get to have mergStoragePath to point to internal storage?

Cue
  • 2,952
  • 3
  • 33
  • 54

1 Answers1

1

Not at present. The function is for external storage paths.

Monte Goulding
  • 2,380
  • 1
  • 21
  • 25