2bllw8 / anemo

Local private storage for Android
GNU General Public License v3.0
198 stars 7 forks source link

Demo: Use external secondary storage #49

Open nain-F49FF806 opened 1 year ago

nain-F49FF806 commented 1 year ago

This POC makes Anemo use external storage (memory card) to store files. Files are still private.

A limitation of this POC (but not the method) is that it uses only external storage (since I just replace the "baseDir" definition) I've changed the pkgid to build and install locally without replacing main app.

It'd be cool if you'd have a look and integrate this functionality directly in the main app. Giving user option to select either (internal/external), or use both (2 providers) at a time.

relates to #48