Hello,
I am wondering whether it is possible to create a flow which will detect the creation of files in a certain directory on my SD card, and subsequently move those files into an encrypted container which is also stored on the SD card. The encryption app I am using is EDS Lite, for what it is worth.
https://play.google.com/store/apps/deta ... lite&hl=en
Thank you,
ewthompson
Flow to move files into encryped container
Moderator: Martin
Re: Flow to move files into encryped container
Hi,
You could use trigger 'File Observer' to see when a file is created in a specific directory. Event 'Writeable file closed' or 'Subfile created' could work.
Maybe you could simply copy/move the file to EDS when EDS allows to encrypt a folder on the fly (maybe this is only possible using mounted mode on a rooted device).
Regards,
Martin
You could use trigger 'File Observer' to see when a file is created in a specific directory. Event 'Writeable file closed' or 'Subfile created' could work.
Maybe you could simply copy/move the file to EDS when EDS allows to encrypt a folder on the fly (maybe this is only possible using mounted mode on a rooted device).
Regards,
Martin