getRealPathFromURI() not working with ICS & Picasa based images
问题 I'm trying to get the local path of a image in order to upload it to a server. When using pre ICS it would get a standard path within the android device via getRealPathFromURI(theURI) However with ICS URI will contain a uriString as something like : content://com.google.android.gallery3d.provider/picasa/item/12312312312312 . and running getRealPathFromURI(theURI) returns null Do I now need to extract the above uriString and manually download the image via the API (if i detect that its a