Omeya / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

Data Storage #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since version 1.4.0, a BluetoothVol folder is created at SD card root.
Maybe it would be better to create it in /Android/data/<package>, as mentioned 
in 
http://developer.android.com/guide/topics/data/data-storage.html#filesExternal ?
I like to keep my SD clean :)

Thx !

Original issue reported on code.google.com by pierre.burel on 21 Jun 2011 at 11:53

GoogleCodeExporter commented 9 years ago
OK, that seems reasonable.  However, on some devices the internal memory is 
very limited.  I will consider making this an option for a later release.  
Thanks for the input!  

Original comment by JimR...@gmail.com on 21 Jun 2011 at 10:18

GoogleCodeExporter commented 9 years ago
Implemented this in version 2.0.5.  The test file is available for download 
here.  This new app has an additional preference for internal or external file 
storage.  When internal is selected, the location files are stored internally 
on the device, not in the SD card.  When internal is unchecked, the files are 
stored to the SD card as before but in a new directory called A2DPVol instead 
of the old BlootothVol directory.  If you use the manage data to export files, 
they will also go to this new directory on the SD card regardless of the 
internal storage setting.  However, most users never export the database data.  
If you never export data, the directory will never be created.

Original comment by JimR...@gmail.com on 2 Jul 2011 at 1:32