issues
search
keshav-space
/
safenotes
Safe Notes is a security project aimed at providing an encrypted, private note manager that works locally and protects notes from various threat actors.
https://safenotes.dev
GNU General Public License v3.0
237
stars
22
forks
source link
Add text button to open the backup folder in native file explorer
#193
Closed
keshav-space
closed
6 months ago
keshav-space
commented
6 months ago
[x] For iOS use launchUrl(Uri.parse('shareddocuments://)
[ ]
For Android, use intent to open the backup folder in file manager.
As of now, there is no reliable way to open a particular folder in the file manager using the ACTION_VIEW intent.
Related:
https://github.com/syncthing/syncthing-android/issues/838
[x] #195
For Android, use intent to open the backup folder in file manager.