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
.
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
.