neurodroid / cryptonite

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

User-defined default local storage directory #42

Open neurodroid opened 10 years ago

neurodroid commented 10 years ago

From christoph.schmidthieber@gmail.com on October 08, 2012 11:10:20

At present, Cryptonite uses whatever getExternalStorageDirectory() [1] returns as the default local storage directory. This is typically /mnt/sdcard. It would be good to be able to override this setting by setting a custom default storage directory, such as /mnt/external.

[1] https://developer.android.com/reference/android/os/Environment.html#getExternalStorageDirectory()

Original issue: http://code.google.com/p/cryptonite/issues/detail?id=42