Skip to content

Add Share app option inside app #1284

@ujjwalagrawal17

Description

@ujjwalagrawal17

Summary:

There should be an option to share the app.

Steps to reproduce:

  1. Add option to share in navigation drawer.
  2. On Click of share option -
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "sharetext");
sendIntent.setType("text/plain");
startActivity(Intent.createChooser(sendIntent, getString(R.string.share)));

Expected behavior:
There should be an option to share the app.

Observed behavior:
There is no option to share the app.

Commons app version:
2.6.7

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions