I thought was simple... tried search all the forum... but not getting the result i want..
My app package is mvt.client - i want it to run it...
can't make it ... where am i wrong ?
My app package is mvt.client - i want it to run it...
B4X:
Dim Intent1 As Intent
Dim pm As PackageManager
Intent1 = pm.GetApplicationIntent("mvt.client")
'Intent1.Initialize(Intent1.ACTION_VIEW,"")
'Intent1.SetComponent("mvt.client")
StartActivity(Intent1)
can't make it ... where am i wrong ?