mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix(android): capture all logseq:// links (#10266)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="logseq" android:host="auth-callback" />
|
||||
<data android:scheme="logseq" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
Reference in New Issue
Block a user