Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow to provide the Deep Linking > Android Class name at runtime. #1200

Open
3 tasks done
trietbui85 opened this issue Jul 24, 2023 · 0 comments
Open
3 tasks done

Comments

@trietbui85
Copy link

Checklist before submitting a feature request

Goals

image
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant