Skip to content

Instantly share code, notes, and snippets.

@seit
Created December 16, 2022 09:52
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 seit/ccff0ac31d0a6e1b5cb932cf1f8a467f to your computer and use it in GitHub Desktop.
Save seit/ccff0ac31d0a6e1b5cb932cf1f8a467f to your computer and use it in GitHub Desktop.
<activity
android:name="net.openid.appauth.RedirectUriReceiverActivity"
android:exported="true"
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="www.example.com"
android:path="/oauth2redirect/"
android:scheme="asoview" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment