Skip to content

Commit d009588

Browse files
committed
dynamic links in manifest updated
1 parent 44f91fa commit d009588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_drafts/2019-05-06-dynamic_links.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ Aby odebrać i przetworzyć otrzymany `DynamicLink` należy dodać w `AndroidMan
8181
<action android:name="android.intent.action.VIEW"/>
8282
<category android:name="android.intent.category.DEFAULT"/>
8383
<category android:name="android.intent.category.BROWSABLE"/>
84-
<data android:host="androidcode.pl" android:scheme="http"/>
84+
<data android:host="androidcode.page.link" android:scheme="http"/>
85+
<data android:host="androidcode.page.link" android:scheme="https"/>
8586
</intent-filter>
8687
{% endhighlight %}
8788

0 commit comments

Comments
 (0)