Cannot show in ImageView a picture exported from the gallery
问题 I am creating an Android application that needs to store some multimedia files in the internal storage. The user can choose that multimedia files from the picker. Those files must be available even when the user removes them, so they are copied to the internal storage. Here's my code: final Bitmap bitm = MediaStore.Images.Media.getBitmap( this.getContentResolver(), uri ); final int bitmapRawLength = bitm.getAllocationByteCount(); final ByteBuffer byteBuffer = ByteBuffer.allocate(