neurodroid / cryptonite

EncFS and TrueCrypt on Android
GNU General Public License v2.0
203 stars 49 forks source link

Open a file at a temporary location, and auto delete it on activity stop. #99

Open ScrapCodes opened 8 years ago

ScrapCodes commented 8 years ago

I was thinking if we can instead of exporting a file could open it directly. On open, depending on the file type an appropriate intent can be initiated.

And onStop we can delete this file.

neurodroid commented 8 years ago

I'm not actively developing Cryptonite at this time, but would be happy to accept pull requests