Hi Sadhna,

>>> To fire an Intent when net is connected

You might need to consider using a BroadcastReceiver for
android.net.conn.CONNECTIVITY_CHANGE instead.

>>> To send an email when ever the net is connected.

Probably you want to send the email without user interaction.
This can't be achieved with android Intent which need user interaction
before sending the email.


Regards
Vinay Kumar





On Thu, Jul 4, 2013 at 10:41 AM, Sadhna Upadhyay
<sadhna.braah...@gmail.com>wrote:

> Hi guys,
>        i am creating a app in which i have to email and the issue is this
> that mail should be send whenever net is connected,even application has
> been exit.
> may be some gramatical here please ignore that and please help me
>
>
>  --
> --
> 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.
>
>
>

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