Example #1
0
 private void handleAnswerCall(Intent intent) {
   state = RedPhone.STATE_ANSWERING;
   incomingRinger.stop();
   currentCallRecord = CallLogger.logIncomingCall(this, remoteNumber);
   ((ResponderCallManager) this.currentCallManager).answer(true);
 }