Intents are used explicitly or implicitly an example of explicit intent is;
This is an intent to make a call.

Uri call =Uri.parse("tell:53423232");
Intent myintent =newj Intent(Intent.CALL_PHONE, call);
StartActivity(myintent);
Then create permission for making a phone call in the android manifest file
in your android project.

On Mon, Oct 31, 2011 at 4:09 PM, Rohan Tilekar <mail.rohan...@gmail.com>wrote:

> i want to use intent. how do i start with intent??
>
> --
> 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




-- 
Be good to not only people but also machines

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

Reply via email to