Yes, I think you use ACTION_CALL as shown here:

http://www.mkyong.com/android/how-to-make-a-phone-call-in-android/

Something like this:

*                                                    *
Intent callIntent = new Intent(Intent.ACTION_CALL);
callIntent.setData(Uri.parse("tel:8675309"));
startActivity(callIntent);
*                                                    *

Thanks.


On Thursday, May 2, 2013 7:01:13 PM UTC-5, kaushikpendurthi wrote:
>
> ITs a very simple intent call .. :) 
>
>
> On Thu, May 2, 2013 at 4:56 PM, TreKing <treki...@gmail.com 
> <javascript:>>wrote:
>
>>
>> On Tue, Apr 30, 2013 at 2:35 AM, Rahul Kumar <rish...@gmail.com<javascript:>
>> > wrote:
>>
>>> How can i make a direct call from the app?
>>
>>
>> Type that, exactly, into Google.
>>
>>
>> -------------------------------------------------------------------------------------------------
>> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago 
>> transit tracking app for Android-powered devices
>>  
>> -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to 
>> android-d...@googlegroups.com<javascript:>
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com <javascript:>
>> 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 <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>
>
> -- 
> Thanks&Regards
> Kaushik Pendurthi
>
> http://kaushikpendurthi.blogspot.com/ 
>

-- 
-- 
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