Seemingly, the Private Space storage is at /storage/emulated/10. I can cd into that directory from an ADB shell, but i can't list its contents or access any of its files. The private space was enabled and unlocked the entire time while I ran the ADB commands.
Is there any way to access files in the Private Space through ADB?
I'm trying to use ADB to access an app's files in its Android/data folder.