4

Is there a command to launch an app via terminal and have it start in the background?

Something like the "&" in Linux...

Flyk
  • 437
  • 3
  • 8
  • 22
Andrea
  • 417
  • 2
  • 5
  • 7

1 Answers1

3

Android is a Linux too, so a simple example :

am start -a android.intent.action.MAIN -n com.android.settings/.TetherSettings &
Gilles Quénot
  • 695
  • 1
  • 5
  • 15