MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
275 stars 248 forks source link

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

Open GalleyLa opened 1 week ago

GalleyLa commented 1 week ago

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?

GalleyLa commented 1 week ago

I solved it by adding <intent-filter tools:node="remove"> to AndroidManifest.