Hemant Mahajan Meerut
New Member
I want to call another application from B4a application and wait till the message received from another application. Could you please tell me how to do this . I had already tried this
Dim Intent1 As Intent
Intent1 = pm.GetApplicationIntent ("com.example.uhf")
StartActivity(Intent1)
But please tell me how to receive the message and wait for the external application to exit
Dim Intent1 As Intent
Intent1 = pm.GetApplicationIntent ("com.example.uhf")
StartActivity(Intent1)
But please tell me how to receive the message and wait for the external application to exit