SharePhoto photo = new SharePhoto.Builder()
.setBitmap(image)
.setCaption(des)
.build();
SharePhotoContent content = new SharePhotoContent.Builder()
.addPhoto(photo)
.build();
shareDialog.show(content);
This my code, I wanna try to share the image with description and I don't have content URL to share