Apps often have a need to offer one or more of their files to another app. For example, an image gallery may want to offer files to image editors, or a file management app may want to allow users to copy and paste files between areas in external storage. One way a sending app can share a file is to respond to a request from the receiving app.
This sample app provide a playground how to offer a file to another application when it requests for a file. For basic implementation point of view this app only host images file in its internal app specific file/images directory. In order to use and test this app you need to request for an image file from another client app. For easily testing we provide another client app to check and test the basic functionality. Here is the repo link
This project is licensed under MIT license.