[PM-31993] Add cookie vendor deep link intent filter (#6507)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Patrick Honkonen
2026-02-10 18:26:06 +00:00
committed by GitHub
co-authored by Claude
parent d7428a15bc
commit 253f0d7ec4
+10
View File
@@ -203,6 +203,16 @@
android:host="webauthn-callback"
android:scheme="bitwarden" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="sso_cookie_vendor"
android:scheme="bitwarden" />
</intent-filter>
</activity>
<provider