This is the code I use to start the dialer activity from my activity

Intent dialIntent = new Intent(Intent.ACTION_DIAL);
startActivity(dialIntent);



On Nov 4, 1:30 pm, TreKing <treking...@gmail.com> wrote:
> On Thu, Nov 4, 2010 at 1:57 PM, ar <anitaa...@gmail.com> wrote:
> > b) The user is taken to the native dialer when he chooses a particular
> > action in my Activity
> > c) User presses the back key
> > d) Taken to homescreen
>
> That doesn't sound right - you should be going back to your activity, which
> is what was previously shown. How are you starting the dialer activity?
>
> ---------------------------------------------------------------------------­----------------------
> 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-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