The ROM on the Atrix would have been modified by the manufacturer, I suppose. The Nexus is a pure Google phone (unless you a custom ROM on it). Both the different ROMs could be handling your Intent in a different manner.
Thanks On Tue, Sep 6, 2011 at 6:08 PM, 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 -- ------------------ Raghav Sood CEO/Founder/Owner/Dictator/Tyrant at Appaholics (Basically all titles required to have complete control) http://www.raghavsood.com/ https://market.android.com/developer?pub=Appaholics http://www.appaholics.in/ -- 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

