Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 386 Bytes

am.md

File metadata and controls

15 lines (8 loc) · 386 Bytes

am

Executable inside the Android device.

Can be used through the adb shell, e.g.:

adb shell am start -n com.cirosantilli.android_cheat.xml_layout/com.cirosantilli.android_cheat.xml_layout.Main

start

Start a given activity:

adb shell am start -n com.cirosantilli.android_cheat.xml_layout/com.cirosantilli.android_cheat.xml_layout.Main

Takes a package / class pair.