Share the Selected Image Only in Android
问题 HOW CAN I REPLACE THE R.id.ic_launcher with the specific id that user selected. i have created an application which represents some grid view of images, then after user selection it select the specific image and then a share menu button share the image to the social apps. but the error is whenever any image is selected and shared to any application it only sends the default launcher icon i.e, ic_launcher.png . my code goes below like this: FullImageActivity.java @SuppressLint("SdCardPath")