According to https://developer.android.com/preview/privacy/scoped-storage, an app with sandboxed view can just access files located in app-specific directory or Media collections or Downloads in Android Q.
I'm just confused if I want to keep app files after app being uninstalled where can I write my files, except Media or Downloads directory.
Writing files in inappropriate location is bad, so this question is just to find if it's possible when app works with scoped storage.