[android-developers] Re: Retrieving an image...

2011-06-22 Thread EmbSysPro
Problem solved a couple of days ago... - On Jun 19, 6:23 pm, EmbSysPro wrote: > Sorry for posting this as I'm sure an answer is staring me in the face > but I can't seem to filter the information to find the correct answer. > > I'm trying t

[android-developers] Re: Retrieving an image...

2011-06-22 Thread EmbSysPro
Well, I think that I have the answer. I'm going to try the following code. Sure seems a bit convoluted. try { ContentResolver cr = getContentResolver(); ParcelFileDescriptor pfd = cr.openFileDescriptor(data.getData(), "r"); byte[] imageBuffe