We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f91fa commit d009588Copy full SHA for d009588
_drafts/2019-05-06-dynamic_links.md
@@ -81,7 +81,8 @@ Aby odebrać i przetworzyć otrzymany `DynamicLink` należy dodać w `AndroidMan
81
<action android:name="android.intent.action.VIEW"/>
82
<category android:name="android.intent.category.DEFAULT"/>
83
<category android:name="android.intent.category.BROWSABLE"/>
84
- <data android:host="androidcode.pl" android:scheme="http"/>
+ <data android:host="androidcode.page.link" android:scheme="http"/>
85
+ <data android:host="androidcode.page.link" android:scheme="https"/>
86
</intent-filter>
87
{% endhighlight %}
88
0 commit comments