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

Reply via email to