Steps to reproduce
Install the app on Android, create an “app storage” vault.
Use any file manager or terminal app to access the vault, which is supposed to be private to the app.
Did you follow the troubleshooting guide? [Y/N]
yes
Expected result
The new vault is created in a folder which is not accessible by other apps.
Actual result
The vault is created under /storage/emulated/0/Android/data/md.obsidian/files/
which is accessible by any app with storage permission.
Environment
App version 1.8.10 on Android 11.
Additional information
According to this post, each app has a private folder under /data/data/
which is indeed only accessible by the owning app. That’s where the vault should go.