tytymyty / cryptonite

Automatically exported from code.google.com/p/cryptonite
GNU General Public License v2.0
0 stars 0 forks source link

User-defined default local storage directory #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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#getExternalS
torageDirectory()

Original issue reported on code.google.com by christoph.schmidthieber@gmail.com on 8 Oct 2012 at 10:10

GoogleCodeExporter commented 8 years ago
This issue has moved to https://github.com/neurodroid/cryptonite/issues/42

Original comment by christoph.schmidthieber@gmail.com on 28 Aug 2014 at 3:51