INSTALL_FAILED_CONFLICTING_PROVIDER in Android
问题 I am using an open-srouce code from Google for an app called MyTracks. I am getting this error when the original app is installed on the phone. INSTALL_FAILED_CONFLICTING_PROVIDER I know that this is because of the android:authorities in the Manifest. here is the part of the Manifest: <provider android:name="com.google.android.apps.mytracks.content.MyTracksProvider" android:authorities="com.google.android.maps.mytracks" android:exported="true" android:readPermission="com.google.android.apps