Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lifeofcoding
Created June 9, 2020 19:33
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 lifeofcoding/8ebc5b8023c24a921051ada506af8e9b to your computer and use it in GitHub Desktop.
Save lifeofcoding/8ebc5b8023c24a921051ada506af8e9b to your computer and use it in GitHub Desktop.
#!/bin/bash
URI=`adb shell pm list packages | grep $1`
ACTIVITY=`adb shell cmd package resolve-activity --brief ${URI#package:} | tail -n 1`
anbox launch --package=${URI#package:} --component=${ACTIVITY//$'/'/}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment