This originates from my wish:
In that thread Erel said:
But looking at the manifest from FileProvider, I cannot for the life of me see what needs to be customized. Can somebody please point to the thing that I am missing?
Ability to specify app manifest entries in b4xlib
This must have been mentioned before, but I was unable to find a thread about it so here we are. In our b4xlibs we can have a manifest file where we specify dependencies to other libraries. This is awesome. However, it does not describe the whole situation when we discuss dependencies. For...
www.b4x.com
In that thread Erel said:
The problem with automatically adding snippets is that there are cases where you need to customize the snippet. This includes the FileProvider snippet.
But looking at the manifest from FileProvider, I cannot for the life of me see what needs to be customized. Can somebody please point to the thing that I am missing?
[class] FileProvider - share files
Edit: FileProvider is included as an internal library now. After investigating several issues with the current FileProvider code that you can find in the forum, I decided to make some improvements and implement it in a class. Starting from Android 7 (API 24) you cannot directly share file uris...
www.b4x.com