I have written an Android application. I want to send a text message with Viber( if it is installed). Is it possible?
Thanks.
You can launch an intent to the Viber package with the text as extras in the bundle using the relevant keys.
EDIT
As an example, this will launch the Wireless Settings activity.
startActivity( new Intent( Settings.ACTION_WIRELESS_SETTINGS ) );
If you choose an Action Viber supports (if any) then it should be launched.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With