Skip to content

Commit

Permalink
match ankimobile url scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Jul 20, 2022
1 parent 20a6c8e commit f9836d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AnkiDroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<!-- Accepts URIs that begin with "ankidroid://cardbrowser” -->
<data android:scheme="ankidroid" android:host="cardbrowser" />
<!-- Accepts URIs that begin with "anki://x-callback-url/cardbrowser” -->
<data android:scheme="anki" android:host="x-callback-url" android:path="/cardbrowser"/>
</intent-filter>
</activity>
<activity
Expand Down

0 comments on commit f9836d6

Please sign in to comment.