1

I have a question about deep-linking of Android: Do we have any ways to detect source when open our app by deep-link?. Example: When I search app in Google Chrome and then I open app by click on one of search result. Then we would have a params such as: source = "google-chrome" or source = "com.android.chrome".

I research about that but I didn't found any solution for that. Thanks for your help !!

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
dinhlam
  • 708
  • 3
  • 14

1 Answers1

0

activity.getReferrer().getAuthority

Kirin_CN
  • 81
  • 4