I would like to open application from anther application using intent.but it shows an error message as refer in attached files.Pls see the below code and advise.
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_MAIN,"com.config")
Intent1.SetComponent("com.config/.LaunchActivity")
StartActivity(Intent1)
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_MAIN,"com.config")
Intent1.SetComponent("com.config/.LaunchActivity")
StartActivity(Intent1)
Attachments
Last edited: