Hi,

   Use this code;

     final Intent emailIntent = new Intent(
android.content.Intent.ACTION_SEND);
emailIntent.setType("plain/text");
startActivity(emailIntent);

Deepesh

On Sun, Feb 19, 2012 at 8:43 PM, Jim Graham <[email protected]> wrote:

> On Sun, Feb 19, 2012 at 06:55:34AM -0800, Siddharth Chopra wrote:
>
> > get a code by clicking on button which is having text as "Via Email"
> > that will open inbuilt email application of android...
>
> No, I think I'll stick with the e-mail app I already use.
>
> Later,
>   --jim
>
> --
> THE SCORE:  ME:  2  CANCER:  0
> 73 DE N5IAL (/4)        | Tux (E Cat):  DS B+Wd Y 6 Y L+++ W++ C++/C++ I+++
> [email protected]    | T++ A E H+ S V- F++ Q+++ P/P+ B++ PA+ PL SC---
> < Running FreeBSD 7.0 > |
> ICBM / Hurricane:       | Tiggerbelle:  DS W+S+Bts % 1.5 X L-- W- C+++/C+
>   30.44406N 86.59909W  | I+++  T A E++ H S++ V+++ Q+++ P  B++ PA++ PL+ SC
>
> Android Apps Listing at http://www.jstrack.org/barcodes.html
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> 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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to