I would like to use the internal storage for my files. I use function getExternalFilesDir() which uses the internal storage only when there is no SD card mounted, otherwise it stores the files to SD card.
Is there a way how to use only internal storage (that which is accessible for user) even when is SD card mounted?
Thanks