airbnb / DeepLinkDispatch

A simple, annotation-based library for making deep link handling better on Android
http://nerds.airbnb.com/deeplinkdispatch/
4.39k stars 406 forks source link

the value of intent.getBooleanExtra(DeepLink.IS_DEEP_LINK, false) is false? And if i want get the parameter from “test://example.com/deepLink/{id}” what should i do #214

Closed coder-xiaoshuai closed 6 years ago

felipecsl commented 6 years ago

The project includes a sample application that you can use for reference usage. Please refer to the README.md file for more info or stackoverflow.com for questions