Whatsup

Shay

Well-Known Member
Licensed User
Longtime User
Hi
Is there a way to intercept Whatapp messages such we can do with SMS?
 

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
So, is it possible to OPEN whatapp application, from the b4a app?
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Yes. You can start any app you like by sending an intent. You will need to first find the app package name. You can use PackageManager for that.
An example, please?
 
Upvote 0

imgsimonebiliato

Well-Known Member
Licensed User
Longtime User
Call PackageManager.GetInstalledPackages. Find whatsapp package name and then call PackageManager.GetApplicationIntent.
Thanks Erel. Is it also possible to set the recipient of the whatapp message?
 
Upvote 0
Top