facebook-android-sdk
facebook-android-sdk copied to clipboard
Feature Request: Install two apps with different package names on the same device
Checklist before submitting a feature request
- [X] I've updated to the latest released version of the SDK
- [X] I've searched for existing Github issues
- [X] I've read the Code of Conduct
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