Use internal storage instead of app storage for storing plugins/themes data
Can be useful if you want to use the same configs for different devices.
We can't. The Discord app doesn't give us proper APIs for it, we can only write to app data or app cache.
We can't. The Discord app doesn't give us proper APIs for it, we can only write to app data or app cache.
not even to the Android/data folder?
If this isn't possible, what about importing/exporting config files(or just the plugins and themes list) via an external site?
not even to the Android/data folder?
Sadly not.
If this isn't possible, what about importing/exporting config files(or just the plugins and themes list) via an external site?
I was going to implement cloud-sync for settings in one of the upcoming UX updates I have in my head :)
not even to the Android/data folder?
Sadly not.
If this isn't possible, what about importing/exporting config files(or just the plugins and themes list) via an external site?
I was going to implement cloud-sync for settings in one of the upcoming UX updates I have in my head :)
LET'S GOOOOO
We can't. The Discord app doesn't give us proper APIs for it, we can only write to app data or app cache.
What about the download file functionality or storage access framework from the file selector, can those be hooked?