Start any android application from adb shell with Action
am start -n com.package.name/com.package.name.Activityname
start with action
==============
Find the actions name from the AndroidManifestFIle.xml
am start -a com.palm.apackage.action_name -n com.package.name/com.package.name.Activityname
start with action
==============
Find the actions name from the AndroidManifestFIle.xml
am start -a com.palm.apackage.action_name -n com.package.name/com.package.name.Activityname
No comments:
Post a Comment