You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to have two libraries, for example Image Picker and Doc Viewer. They both have their own AndroidManifest file that defines a provider with android:name="android.support.v4.content.FileProvider". Which causes an issue because it can't be defined multiple times and it causes a merge issue. As I understand, this needs to be defined globally.
What is the recommended way of dealing with this, so that I as a user can define those things globally and libraries still can give me access to FileProvider?