Below code is working fine in pre-marshmallow versions (Tested on LG G3) but its not working for Marshmallow (S7 Edge)
Intent i = new Intent(Intent.ACTION_CALL_BUTTON);
i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(i);
I need to open ongoing call screen if it is minimized.