You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to publish my app in google and Samsung at the same time, but Samsung requires that google app and Samsung app can be installed at the same time, but the installation at the same time will report an error "Error: INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.test.samsung-1: Can't install because provider name com.facebook.app.FacebookContentProviderxxxxxxxxxxxxxxxxxxx (in package com.test.samsung) is already used by com.test.android"
Expected results
Install two apps with different package names on the same device
Code samples & details
// INSERT YOUR CODE HERE
The text was updated successfully, but these errors were encountered:
Checklist before submitting a feature request
Goals
I want to publish my app in google and Samsung at the same time, but Samsung requires that google app and Samsung app can be installed at the same time, but the installation at the same time will report an error "Error: INSTALL_FAILED_CONFLICTING_PROVIDER: Package couldn't be installed in /data/app/com.test.samsung-1: Can't install because provider name com.facebook.app.FacebookContentProviderxxxxxxxxxxxxxxxxxxx (in package com.test.samsung) is already used by com.test.android"
Expected results
Install two apps with different package names on the same device
Code samples & details
// INSERT YOUR CODE HERE
The text was updated successfully, but these errors were encountered: