android.rst
changeset 1741 5c549e75b296
parent 1740 0d897830a5d3
child 1742 ca6335f9471f
equal deleted inserted replaced
1740:0d897830a5d3 1741:5c549e75b296
   108 Start an activity::
   108 Start an activity::
   109 
   109 
   110   $ adb shell am start PACKAGE_NAME/ACTIVITY_IN_PACKAGE
   110   $ adb shell am start PACKAGE_NAME/ACTIVITY_IN_PACKAGE
   111   $ adb shell am start PACKAGE_NAME/FULLY_QUALIFIED_ACTIVITY
   111   $ adb shell am start PACKAGE_NAME/FULLY_QUALIFIED_ACTIVITY
   112 
   112 
       
   113 Start an activity with action filter::
       
   114 
       
   115   android# am start -a com.example.ACTION_NAME -n com.package.name/com.package.name.ActivityName
       
   116 
   113 List of running processes::
   117 List of running processes::
   114 
   118 
   115   $ adb shell ps
   119   $ adb shell ps
   116 
   120 
   117 or (supported arguments
   121 or (supported arguments