facebook-android-sdk icon indicating copy to clipboard operation
facebook-android-sdk copied to clipboard

Feature Request: Install two apps with different package names on the same device

Open TaoGEe opened this issue 6 months ago • 0 comments

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

TaoGEe avatar Aug 20 '24 10:08 TaoGEe