Hi,
   Please change this line code .

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

On Mar 30, 10:29 am, Komal <komal...@gmail.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to