Can a cordova app get its own storage shortcut in Android Files app menu, similar to Drive?

Viewed 22

On iOS, cordova-plugin-file allows 'cordova.file.documentsDirectory' as file system layout, to generate a dedicated storage for my app in the system's file browser in the 'on my iPhone' environment. But unfortunately this file system layout is NOT available for Android.

I'm currently using cordova.file.externalDataDirectory as a system layout, which is accessible to the Files app, but (due to Scoped Storage) only has limited accessibility, as it is located to the Android/data/ folder, meaning you can't use the Files app to copy files into that environment.

So, is there a way for cordova apps to simply create a shared storage shortcut in the Files app menu, that's fully accessible to my app, but also the 'Files' app, i.e. like this:

What I'm looking for

0 Answers
Related