manifest-merging
Possible to use multiple authorities with FileProvider?
My solution to this problem has actually been to avoid relying on a single FileProvider parsing multiple authorities. While this doesn’t directly address the question as stated, I’m posting it for posterity. I updated my library to leverage an empty subclass of FileProvider, so that the library’s updated manifest provider entry is now: <provider android:name=”.flow.email.screenshot.BugShakerFileProvider” … Read more
MANIFEST MERGER: It is possible to see the resulting mixed Manifest?
In Android Studio 3.3 you can also see Merged Manifest by clicking on Merged Manifest tab. It’s showed at the bottom of the editor pane when you open your standard project manifest. see documentation: Merge multiple manifest files