The following code works in Google Chrome beta as well as IE 7. However, Firefox seems to have a problem with this. I’m suspecting it to be a problem...
What’s the easiest way to convert from an android.net.Uri object which holds a file: type to a File object in Android? I tried the following but it doesn’t work:...