I already read that /sdcard/
is a symlink to the actual path of /storage/emulated/0/
.
I'm an Android app developer using Apache Cordova, wherein cordova.file.externalRootDirectory
is indeed file:///storage/emulated/0/
.
Is it always fully reliable to save some app internal files at /storage/emulated/0/path/to/app
, considering that the user might not have an external physical memory card on their phone?