Android developer gets real path based on URI

Source: Internet
Author: User

Uri uri = Data.getdata (); String[] proj = {MediaStore.Images.Media.DATA}; Cursor actualimagecursor = Managedquery (uri,proj,null,null,null); int actual_image_column_index = Actualimagecursor.getcolumnindexorthrow (MediaStore.Images.Media.DATA); Actualimagecursor.movetofirst (); String Img_path = actualimagecursor.getstring (Actual_image_column_index); File File = new file (Img_path);
The following is the solution after 4.2.2, after the Managedquery method is discarded:
Public StringGetrealpathfromuri(UriContenturi) { StringRes= Null; String[]Proj= { Mediastore.Images.Media.DATA}; CursorCursor=Getcontentresolver().Query(Contenturi,Proj, Null, Null, Null); If(Cursor.Movetofirst()){; IntColumn_index=Cursorgetcolumnindexorthrow (mediastore.images. Media. Data res = Cursor.column_index} Cursor.return Res; 



/***********************************/
Just tried, no, there was a null pointer exception
 cursor.< Span class= "PLN" >movetofirst () no workaround for the time being         

Android developer gets real path based on URI

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.