Make incoming calls work.
This is a CL of random changes. Ties of loose ends which were previously
commented and adds new wiring to connect all the pieces together.
After this CL, incoming calls are functional for call services.
Change-Id: I6fa1e70b816094587849329790236f9289ec260b
diff --git a/src/com/android/telecomm/CallActivity.java b/src/com/android/telecomm/CallActivity.java
index 7fc027f..1f9ffab 100644
--- a/src/com/android/telecomm/CallActivity.java
+++ b/src/com/android/telecomm/CallActivity.java
@@ -126,6 +126,7 @@
return;
}
- // Notify CallsManager.
+ Log.d(TAG, "Processing incoming call from call service [" + descriptor + "]");
+ mCallsManager.processIncomingCallIntent(descriptor);
}
}