Skip to content

Instantly share code, notes, and snippets.

@Zamay
Created December 12, 2019 10:47
Show Gist options
  • Save Zamay/2702cbbd3695e6aaad528021e6c1c927 to your computer and use it in GitHub Desktop.
Save Zamay/2702cbbd3695e6aaad528021e6c1c927 to your computer and use it in GitHub Desktop.
String url = URL_PREFIX
+ "?package=" + BuildConfig.APPLICATION_ID
+ "&timezone" + TimeZone.getDefault()
+ "&timezoneOffset" + TimeZone.getDefault().getOffset(new Date().getTime()) / 3600000
+ "&deepLink=" + (deepLink != null ? deepLink : "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment