Skip to content

Conversation

@MC19-Dev
Copy link

No description provided.

if (shareText.resolveActivity(ImplicitActivity.this.getPackageManager()) != null) {
startActivity(Intent.createChooser(shareText, getString(R.string.share_using)));
} else {
Toast.makeText(ImplicitActivity.this, "No app found on your phone which can perform this action", Toast.LENGTH_SHORT).show();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adauga te rog stringurile in strings.xml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants