CacheFileProvider
This is a minimal library with a few lines of code and without dependencies that offers a simple file provider (simple read only access for sharing files with other apps).
Features#
- offers functions to copy a file to the underlying FileProvider folder
- allows to simply share a file without any setup from user side
- minimal size - contains only 8 functions inside 2 classes
Supported Platforms#
This is a plain android library.