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

Android-for-Python/share_send_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.