BenKhederSoftware Member Licensed User Oct 13, 2021 #1 Hello I would like to know how to start a WhatsAPP call using a code? I have already asked in the German forum but unfortunately have not yet received an answer. I thank you for the help.
Hello I would like to know how to start a WhatsAPP call using a code? I have already asked in the German forum but unfortunately have not yet received an answer. I thank you for the help.
amorosik Expert Licensed User Oct 13, 2021 #2 Ahhhh, forget the German To get quick answers you have to write on the Italian forum ??? Or, a little slower, on the English forum Dim pm As PackageManager, in As Intent in.Initialize("","") If in.IsInitialized Then StartActivity(pm.GetApplicationIntent(nome_package)) Upvote 0
Ahhhh, forget the German To get quick answers you have to write on the Italian forum ??? Or, a little slower, on the English forum Dim pm As PackageManager, in As Intent in.Initialize("","") If in.IsInitialized Then StartActivity(pm.GetApplicationIntent(nome_package))
BenKhederSoftware Member Licensed User Oct 14, 2021 #3 @amorosik thanks for the answer but unfortunately this code doesn't help me. Upvote 0
amorosik Expert Licensed User Oct 14, 2021 #5 How to make whatsapp call with intent is it possible to make whatsapp call with intent? please help me... Best Regards www.b4x.com Upvote 0
How to make whatsapp call with intent is it possible to make whatsapp call with intent? please help me... Best Regards www.b4x.com
BenKhederSoftware Member Licensed User Oct 15, 2021 #7 @an all I have now found this code, unfortunately the code is written in Java. Can someone please rewrite this in B4A? thanks B4X: Uri uri = Uri.parse("callto:" + phoneNUmber); Intent i = new Intent(Intent.ACTION_CALL, uri); i.setPackage("com.whatsapp"); startActivity(i); Quelle: android-make whatsapp調用 - 優文庫 我想對特定用戶進行WhatsApp調用。我想這和它不工作: Uri uri = Uri.parse( hk.uwenku.com Upvote 0
@an all I have now found this code, unfortunately the code is written in Java. Can someone please rewrite this in B4A? thanks B4X: Uri uri = Uri.parse("callto:" + phoneNUmber); Intent i = new Intent(Intent.ACTION_CALL, uri); i.setPackage("com.whatsapp"); startActivity(i); Quelle: android-make whatsapp調用 - 優文庫 我想對特定用戶進行WhatsApp調用。我想這和它不工作: Uri uri = Uri.parse( hk.uwenku.com