[android-beginners] Re: save image into sdcard not working

2010-05-03 Thread Lynn Ooi
Thanks a lot. I got it working now. On May 3, 10:41 am, niko20 wrote: > Hi, > > Starting with 1.6 you need to add the WRITE_EXTERNAL_STORAGE > permission to your android manifest, otherwise your app wont get > access to the sdcard. Google it or search in the dev docs for that > permission to see

[android-beginners] Re: save image into sdcard not working

2010-05-03 Thread niko20
Hi, Starting with 1.6 you need to add the WRITE_EXTERNAL_STORAGE permission to your android manifest, otherwise your app wont get access to the sdcard. Google it or search in the dev docs for that permission to see about it. -niko On Apr 29, 9:23 pm, Lynn Ooi wrote: > Hi all, > > I'm new in and