MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

fix activity for `fxr launch` without a URL passed #27

Closed cvan closed 5 years ago

cvan commented 5 years ago

we should be calling

adb shell am start -a android.intent.action.LAUNCH …

instead of

adb shell am start -a android.intent.action.VIEW -d …

cvan commented 5 years ago

fixed in b6525d6