Skip to content

Instantly share code, notes, and snippets.

@carstenhag
Created June 17, 2020 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carstenhag/0635f6fd9464059e312654ac617bdd87 to your computer and use it in GitHub Desktop.
Save carstenhag/0635f6fd9464059e312654ac617bdd87 to your computer and use it in GitHub Desktop.
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
tools:node="replace">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="@string/OPENIDCONNECT_REDIRECTURL_HOST"
android:path="@string/OPENIDCONNECT_REDIRECTURL_PATH"
android:scheme="@string/OPENIDCONNECT_REDIRECTURL_SCHEME" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment