Hi, I built an app to store data in a TinyDB, which I want to backup and restore into / from a file. The backup function works great using ETinyDB (stores to /download/<>.txt) and after that via the share-component I can upload the file to e.g. dropbox.
Now I am working on the restore.
Is there a way to have my app listed in the "sharing"-menu from android? So that if I am in the dropbox app, pick the file and click the share button my app apears?
Will be greatful to get some help. Thanks in advance.