I\'m trying to pass an image to another class through intent, but it only works for captured image, not for image selected from gallery>
intent
captured image
image selected from gallery>
byte [] recieve = getIntent().getByteArrayExtra("key",defaultValue);