I\'ve been trying to build an app that shows up as an optional image source when a user tries to share an image using whatsapp. So far I have managed to get my app to show u
Followig is working for me:
Uri imageUri = (Uri) getIntent().getParcelableExtra(Intent.EXTRA_STREAM); if (imageUri != null) {