wimpie3 Well-Known Member Licensed User Longtime User Aug 31, 2015 #1 I'm trying to launch the B4A Bridge app using this code: B4X: Dim i As Intent i.Initialize("anywheresoftware.b4a.b4abridge", "") StartActivity(i) However, it's not working... what am I doing wrong?
I'm trying to launch the B4A Bridge app using this code: B4X: Dim i As Intent i.Initialize("anywheresoftware.b4a.b4abridge", "") StartActivity(i) However, it's not working... what am I doing wrong?
Erel B4X founder Staff member Licensed User Longtime User Aug 31, 2015 #2 Use PackageManager.GetApplicationIntent to get the intent. Upvote 0