We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VERSION_1_10
14
34
Manual
Share
Trying to share my application link with large number of text as facebook post.
While text and link is post on facebook platform, text getting cut, need to show all text while posting on facebook.
No stack trace is require for generating this issue.
No response
String shareText = strVerseText; ShareLinkContent content = new ShareLinkContent.Builder() .setContentUrl(Uri.parse("https://play.google.com/store/apps/details?id=" + getPackageName())) .setQuote(shareText) .build(); ShareDialog shareDialog = new ShareDialog(this); if (ShareDialog.canShow(SharePhotoContent.class)) { shareDialog.show(content); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting a bug report
Java version
VERSION_1_10
Android version
14
Android SDK version
34
Installation platform & version
Manual
Package
Share
Goals
Trying to share my application link with large number of text as facebook post.
Expected results
While text and link is post on facebook platform, text getting cut, need to show all text while posting on facebook.
Actual results
No stack trace is require for generating this issue.
Steps to reproduce
No response
Code samples & details
The text was updated successfully, but these errors were encountered: