Android - Image Picker, Wrong Image
I am starting a request for an image pick: Intent intent = new Intent(); intent.setType( "image/*" ); intent.setAction( Intent.ACTION_GET_CONTENT ); startActivityForResult( Intent.createChooser( intent, "Choose"), PHOTO_GALLERY ); And getting the data back out in onActivityResult : if( resultCode == Activity.RESULT_OK && requestCode == PHOTO_GALLERY ) { U.log( data.getData() ); Bitmap bm = ... // built from the getData() Uri this.postImagePreview.setImageBitmap( bm ); } When I launch the Intent, I see some folders, such as sdcard , Drop Box , MyCameraApp , and so on. If I chose a picture from