I am trying to use Azure AD B2C.
I directly edited AndroidManifest.xml to include
android: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?
I am trying to use Azure AD B2C. I directly edited AndroidManifest.xml to include android: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?