start Activity
abstract fun startActivity(packageName: String, activityName: String): Boolean
Content copied to clipboard
Start an activity on the targeted endpoint.
Return
True if the activity was started
Parameters
package Name
package name of the app to launch
activity Name
full path name of the activity to launch\