Open application

junaidahmed

Well-Known Member
Licensed User
Longtime User
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)
 

Attachments

  • Activity.jpg
    Activity.jpg
    55.7 KB · Views: 148
Last edited:
Top