Hi,
i write a code for make a phone call,here code is

                         String number=contactList[position];
                        Intent callIntent=new
Intent(android.content.Intent.ACTION_CALL);
                        callIntent.setData(Uri.parse("tel:"+number));
                        startActivity(Intent.createChooser(callIntent,""));


When select phone number directly connecting to call.but my mobile have
viber and skype.it is not asking viber or skype.how can i write code for
these operation(when i select a number for make a call it will ask dialer
or skype or viber).
 give me any suggessions.
thank you in advance.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to