Skip to content

Instantly share code, notes, and snippets.

@mick88
Created August 15, 2016 10:11
Show Gist options
  • Save mick88/1d04309c380bc61aab0616656c1b2aa6 to your computer and use it in GitHub Desktop.
Save mick88/1d04309c380bc61aab0616656c1b2aa6 to your computer and use it in GitHub Desktop.
Open url in Android throughy adb
#!/bin/bash
adb shell am start -a android.intent.action.VIEW -d https://www.google.com/
@johndpknt
Copy link

How can i handle redirects ?

@mick88
Copy link
Author

mick88 commented Aug 5, 2020

You may have to use a separare command to handle redirect and pipe it to adb shell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment