Content Provider INSTALL_FAILED_CONFLICTING_PROVIDER (installing content provider as a separate apk)

You can solve it by changing the value of android:authorities in your AndroidManifest.xml file. The reason for the error is that another application installed on your device already uses that same value for android:authorities.

Leave a Comment