Hi,
I would like to run an app from my program. I understand
I have to use "Intent". The question what is the exact name of
the app.
For instance :
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_MAIN, "")
Intent1.SetComponent("xxx")
StartActivity(Intent1)
On xxx I would like to activate the waze app.
Is this the right thing to do ??
Thank you in advance,
Alberto.
I would like to run an app from my program. I understand
I have to use "Intent". The question what is the exact name of
the app.
For instance :
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_MAIN, "")
Intent1.SetComponent("xxx")
StartActivity(Intent1)
On xxx I would like to activate the waze app.
Is this the right thing to do ??
Thank you in advance,
Alberto.