policy_hal: Always call local implementation of updateCallRouting
* updateCallRouting is not a virtual function, so any calls to the local implementation from the superclass will call the superclass's version instead of correctly calling the local version. * Override implementations of virtual functions that DO call updateCallRouting (setDeviceConnectionState, setPhoneState, setForceUse) to ensure the local version of the function is called. Change-Id: I071e2bf1ce4bf36f691c4808bf63610bcbb93227
Loading
Please register or sign in to comment