Merge "IImsCallSession AIDL calls are handled on a different thread for MT calls"

This commit is contained in:
Hakjun Choi
2022-12-09 01:18:43 +00:00
committed by Android (Google) Code Review

View File

@@ -700,6 +700,7 @@ public class MmTelFeature extends ImsFeature {
throw new IllegalStateException("Session is not available.");
}
try {
c.setDefaultExecutor(MmTelFeature.this.mExecutor);
listener.onIncomingCall(c.getServiceImpl(), extras);
} catch (RemoteException e) {
throw new RuntimeException(e);