Galaxy nexus Intent.ACTION_PICK bug on Jelly Bean (4.1.1)
问题 I've found a very frustrating bug on galaxy nexus. I start az ACTION_PICK activity to select image from, after starting it, the device shows the gallery, and immediately return and call onActivityResult , so I can't pick an image. It's only on galaxy nexus after update to Jelly Bean. Intent photoPickerIntent = new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); startActivityForResult(photoPickerIntent, RequestCodeCollection.GALLERY_IMAGE_SELECT); I