Loading src/com/android/server/telecom/TelecomServiceImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class TelecomServiceImpl { // current state as tracked by PhoneStateBroadcaster, any failure to properly // track the current call state there could result in the wrong ringing state // being reported by this API. return mCallsManager.hasRingingCall(); return mCallsManager.hasRingingOrSimulatedRingingCall(); } } finally { Log.endSession(); Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -855,7 +855,7 @@ public class TelecomServiceImpl { // current state as tracked by PhoneStateBroadcaster, any failure to properly // track the current call state there could result in the wrong ringing state // being reported by this API. return mCallsManager.hasRingingCall(); return mCallsManager.hasRingingOrSimulatedRingingCall(); } } finally { Log.endSession(); Loading