You can run the intent of the Viber package with text in the form of additional components in the kit using the appropriate keys.
EDIT
As an example, this will trigger the wireless settings activity.
startActivity( new Intent( Settings.ACTION_WIRELESS_SETTINGS ) );
If you choose Action Viber support (if any), you should run it.
source
share