Added sharesheet chooser titles

This commit is contained in:
M66B
2022-11-06 10:29:49 +01:00
parent 6982b635ae
commit 3bfbb658b2
2 changed files with 6 additions and 4 deletions

View File

@@ -275,6 +275,7 @@ public class AdapterAttachment extends RecyclerView.Adapter<AdapterAttachment.Vi
new ShareCompat.IntentBuilder(context)
.setType(attachment.getMimeType())
.addStream(uri)
.setChooserTitle(R.string.title_select_app)
.startChooser();
return true;