facebook-android-sdk
facebook-android-sdk copied to clipboard
Feature Request: Allow to provide the Deep Linking > Android Class name at runtime.
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
My app already have Facebook deeplink support ( https://developers.facebook.com/docs/android/deep-linking ), with the target activity is
com.app.MyMainActivity. It works for years.
But now, due to code refactoring, the target activity would be change to com.app.main.MyMainActivity.
However, in the UI to set the Class Name, I can only input one target Activity.
So, if I set the com.app.main.MyMainActivity, would it breaks the old app version (which still uses com.app.MyMainActivity)?
I wonder if from my codebase (with Facebook Android Sdk), I can set the Class Name instead of setting from Facebook Developer page.
Expected results
From codebase (with Facebook Android Sdk), there should be a method to set the Class Name instead of setting from Facebook Developer page.
Code samples & details
// INSERT YOUR CODE HERE