I have two applications which use the same content provider, but I can\'t put the same content provider in both applications- it shows INSTALL_FAILED_CONFLICTING_PROVIDER er
To solve this error: Installation error: INSTALL_FAILED_CONFLICTING_PROVIDER
change the value of android:authorities in your AndroidManifest.xml file another application installed on your device already uses that same value for android:authorities.