While using standard ShareDialog
the app can only send ShareLinkContent
but not ShareMediaContent
.
According to the description the app should send both.
ShareDialog.canShow(ShareLinkContent.class)
result=true
ShareDialog.canShow(ShareMediaContent.class)
result=false