Hi,
   Please change this line code .

FileOutputStream fos = mcontx.openFileOutput(imageName,
Context.MODE_WORLD_READABLE)

On Mar 30, 10:29 am, Komal <[email protected]> wrote:
> Hi,
> I am saving an image using openFileOutput and now i want to use this
> image in my java script file.
> I am saving image using this code :
>
> Bitmap b=DownloadImage(imageUrl);
> FileOutputStream fos = mcontx.openFileOutput(imageName,
> Context.MODE_WORLD_WRITEABLE)                  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to