[android-developers] Writing to External SD

2012-08-28 Thread Dirk Vranckaert
I have an issue with writing on external SD... Writing on the external SD as Google puts it is not difficult with Environment.getExternalStorageDirectory(). However I want to make a difference for my users so they can choose to either backup their data to the 'on device' external memory and the

[android-developers] Writing to External SD

2012-08-28 Thread Jason Sesso
Create a dialog. For them to choose and then save the preference. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Writing to External SD

2012-08-28 Thread Marina Cuello
I didn't test it yet, but I'll need to add that option soon and I found this blog about it http://renzhi.ca/2012/02/03/how-to-list-all-sd-cards-on-android/ Marina On Tue, Aug 28, 2012 at 5:39 AM, Jason Sesso djse...@gmail.com wrote: Create a dialog. For them to choose and then save the