Created
June 17, 2020 10:00
-
-
Save carstenhag/0635f6fd9464059e312654ac617bdd87 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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