Launch Activities
-
Package Name
: Package name of the app to launch. The default value is an empty string. -
Component Name
: Component name (fully-qualified class name) of the specific activity of the app to launch. Optional parameter. Example com.android.test.TestActivity. The default value is an empty string.
Launch Activity Extras
Extra Type
: Type of intent extra. The default value is an empty string.Extra Name
: Name of intent extra. The default value is an empty string.Extra Value
: Value of intent extra. The default value is an empty string.