Skip to content

Instantly share code, notes, and snippets.

@mustafasevgi
Created January 15, 2020 13:38
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 mustafasevgi/c1d0c6d0d127a8902448ac038d65e404 to your computer and use it in GitHub Desktop.
Save mustafasevgi/c1d0c6d0d127a8902448ac038d65e404 to your computer and use it in GitHub Desktop.
//Create SHA1 key
keytool -list -v -keystore keystore-path
//start app from terminal with deeplink
adb shell am start -a android.intent.action.VIEW -d '"deeplink_url"' application_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment