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

Even if you directly edit AndroidManifest.xml, the intent-filter is registered duplicately due to the influence of build.gradle #573

Open
GalleyLa opened this issue Nov 26, 2024 · 1 comment

Comments

@GalleyLa
Copy link

I am trying to use Azure AD B2C.
I directly edited AndroidManifest.xml to include
android:host="<your_custom_host>"/>.
However, build.gradle adds an intent-filter that does not include a host.
How can I generate an intent-filter that includes a host in the build.gradle definition?

@GalleyLa
Copy link
Author

I solved it by adding to AndroidManifest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant