You want this: http://developer.android.com/reference/android/content/Intent.html#ACTION_CALL
On Tue, Sep 6, 2011 at 5:38 AM, haritha polose <[email protected]>wrote: > > > > > > Hi, > I am calling "InCallScreen", using below intent. > > Intent i = new Intent(Intent.ACTION_CALL_BUTTON); > i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); > startActivity(i); > > I am getting android InCallScreen in Attix,But not getting > in Nexus. > In Nexus i am getting DialerActivity. My requirement is to > get the android InCallScreen. > Please anyone help me. > Thanks in Advance. > > > -- > Thanks & Regards, > Haritha.P > > > > -- > 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 -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

