startActivity

abstract fun startActivity(packageName: String, activityName: String): Boolean

Start an activity on the targeted endpoint.

Return

True if the activity was started

Parameters

packageName

package name of the app to launch

activityName

full path name of the activity to launch\