mauron85 / cordova-plugin-background-geolocation-example

51 stars 54 forks source link

adb installation error: INSTALL_FAILED_CONFLICTING_PROVIDER #25

Closed harisrnd closed 5 years ago

harisrnd commented 5 years ago

I have two apps using your plugin and they cannot be installed on the same device. The apps use the same codebase. I believe the problem is in plugin.xml: <provider android:name="com.marianhello.bgloc.data.provider.LocationContentProvider" android:authorities="@string/mauron85_bgloc_content_authority" android:exported="false" android:syncable="true"/>

See https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/750#issuecomment-272349681 Please advise if there is a workaround.

harisrnd commented 5 years ago

Sorry, I opened this here by mistake. Closing here.

peppedeka commented 1 year ago

hi @harisrnd i have same problem you fix it???