v.2026-03-29
Parent Page

ADB

ADB - Android Debug Bridge. am start (the Activity Manager tool): Tells the Activity Manager to start an app/intent. Standard Android applications do not use ADB (Android Debug Bridge) to launch other processes. Instead, they use a built-in system called Intents. am start command is actually a wrapper. When you run it via ADB, you are telling the system's "Activity Manager" to create an Intent for you.