[android-developers] Mount sdcard from code

2011-02-08 Thread maikelalonso
Hi: Anyone know how to mount the sdcard from code? I umount this storage from menu-settings-umount sd card and I want to mount it from an androd application. I can get the state with getExternalStorageState and the path to the mounted sdcard folder but I dont know if it's possible to mount the

Re: [android-developers] Mount sdcard from code

2011-02-08 Thread Marcin Orlowski
On 8 February 2011 16:41, maikelalonso maikelalonsob...@gmail.com wrote: Hi: Anyone know how to mount the sdcard from code? I umount this storage from menu-settings-umount sd card and I want to mount it from an androd application.  I can get the state with getExternalStorageState and the