Skip to content

Instantly share code, notes, and snippets.

@aaustin
Created October 23, 2015 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaustin/09dd849486c431da9a34 to your computer and use it in GitHub Desktop.
Save aaustin/09dd849486c431da9a34 to your computer and use it in GitHub Desktop.
Uri data = this.getIntent().getData();
if (data != null && data.isHierarchical()) {
String uri = this.getIntent().getDataString();
Log.i("MyApp", "Deep link clicked " + uri);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment