Closed takahirom closed 5 years ago
Other
We should add a deep link to here for the announcement.
https://github.com/DroidKaigi/conference-app-2019/blob/master/frontendcomponent/androidcomponent/src/main/res/navigation/navigation.xml#L128
<deepLink app:uri="droidkaigi.jp/2019/announcement"/>
Probably you can check it like this
adb shell am start -a android.intent.action.VIEW -d "https://droidkaigi.jp/2019/announcement"
Let me try this as my first contribution🙋♂️
Thanks! Assigned 👍
Kind (Required)
Other
Overview (Required)
We should add a deep link to here for the announcement.
https://github.com/DroidKaigi/conference-app-2019/blob/master/frontendcomponent/androidcomponent/src/main/res/navigation/navigation.xml#L128
Probably you can check it like this