I can bring up Skype from my B4A app, but how do I
pass it a phone number as I am using this intent from thedesolatesoul:
Dim in As Intent
Dim pm As PackageManager
in = pm.GetApplicationIntent("com.skype.raider")
If in.IsInitialized Then StartActivity(in)
StartActivity(in)
Maybe use dial-er and Skype ? Thanks, Jerry
pass it a phone number as I am using this intent from thedesolatesoul:
Dim in As Intent
Dim pm As PackageManager
in = pm.GetApplicationIntent("com.skype.raider")
If in.IsInitialized Then StartActivity(in)
StartActivity(in)
Maybe use dial-er and Skype ? Thanks, Jerry