Loading InCallUI/src/com/android/incallui/InCallPresenter.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -534,6 +534,9 @@ public class InCallPresenter implements CallList.Listener, Log.i(this, "Not attempting to block incoming call due to recent emergency call"); Log.i(this, "Not attempting to block incoming call due to recent emergency call"); return false; return false; } } if (call.getDetails().hasProperty(CallSdkCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { return false; } return true; return true; } } Loading Loading
InCallUI/src/com/android/incallui/InCallPresenter.java +3 −0 Original line number Original line Diff line number Diff line Loading @@ -534,6 +534,9 @@ public class InCallPresenter implements CallList.Listener, Log.i(this, "Not attempting to block incoming call due to recent emergency call"); Log.i(this, "Not attempting to block incoming call due to recent emergency call"); return false; return false; } } if (call.getDetails().hasProperty(CallSdkCompat.Details.PROPERTY_IS_EXTERNAL_CALL)) { return false; } return true; return true; } } Loading