Get real path from URI, Android KitKat new storage access framework [duplicate]

This question already has answers here: Android Gallery on Android 4.4 (KitKat) returns different URI for Intent.ACTION_GET_CONTENT (20 answers) Closed 7 years ago. Before the new gallery access in Android 4.4 (KitKat) I got my real path on the SD card with this method: public String getPath(Uri uri) { String[] projection = { MediaStore.Images.Media.DATA }; … Read more