fix(deep-link): ChromeOS deep link calls filtered and ignored by plugin (fix #3207) (#3214)

This commit is contained in:
Josh
2026-03-12 22:02:08 +00:00
committed by GitHub
parent 35aad24773
commit 024ec0c29c
3 changed files with 14 additions and 3 deletions
+2
View File
@@ -25,6 +25,8 @@ fn intent_filter(domain: &AssociatedDomain) -> String {
format!(
r#"<intent-filter {auto_verify}>
<action android:name="android.intent.action.VIEW" />
<!-- ChromeOS ARC++ uses a different action for deep links -->
<action android:name="org.chromium.arc.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
{schemes}