Skip to content
This repository was archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 695 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 695 Bytes

share_send_example

Share files or plain text with another app

2023-11-13 This repository is archived.

Files in shared storage can be shared with other apps.

This example uses the Android ShareSheet. The target app is either specified in the sharing app or selected by the user with the ShareSheet.

The example also uses the Android Chooser to select one or more files to share.

There are two other shared storage examples shared_storage_example and share_receive_example.