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

Files

Latest commit

 

History

History
16 lines (7 loc) · 947 Bytes

README.md

File metadata and controls

16 lines (7 loc) · 947 Bytes

shared_storage_example

Basic Android shared storage usage

2023-11-13 This repository is archived.

Android Shared Storage Overview.

Note this example is written with android.api == 34. For older apis the permission names are different see.

The example is the unit test for the androidstorage4kivy package, as such it is probably more useful to read than to run. It includes examples of copying to and from shared storage, deleting from shared storage, and using the Android Chooser.

There are two other examples share_send_example and share_receive_example.