Emergency redial implementation
Define connection event to notify Telecom/InCallUi about change in account handle after redial and extra for emergency phone handle. Bug: 27059146 Change-Id: Ie72ab2901ec05d972204ed11f115a05b79173c1d
This commit is contained in:
committed by
Brad Ebinger
parent
0172ce8dbf
commit
fcb1501620
@@ -207,6 +207,11 @@ final class RemoteConnectionService {
|
||||
// in the underlying connection or conference objects
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPhoneAccountChanged(String callId, PhoneAccountHandle pHandle,
|
||||
Session.Info sessionInfo) {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addConferenceCall(
|
||||
final String callId, ParcelableConference parcel, Session.Info sessionInfo) {
|
||||
|
||||
Reference in New Issue
Block a user