/sdcard
is a symlink to /storage/emulated/0
. You should therefore be able to see external files for your app in /sdcard/Android/data/<your app>
.
/sdcard
is a symlink to /storage/emulated/0
. You should therefore be able to see external files for your app in /sdcard/Android/data/<your app>
.