You may try this ( we did this few years back probably in ICS, not sure if it still works)
Get reference to windowManagerservice
create a KeyEvent with keycode KEYCODE_CALL and injectKeyEvent using windowManager .
Note: above things are not exposed to developers , this is a kind of hack, also with every new release of android u may have to check if ur code still works.