In Android 29, I want to be able to share large files between multiple Android users. Is it possible to make a shared directory that users can access? And can that directory be made browse-able by applications that the users have installed?
Or perhaps have one user with the original directory and files, and other users have a mounted/symlinked directory?
It is important for my implementation that an installed app can access this directory.
I have been navigating the Android filesystem and trying to get my head around:
/mnt/user/0
, /storage/emulated/0
, and /data/media/0/
but I cannot see a way to make a symlink in another user's home directory to a folder within these directories.