Merge "Emergency redial implementation"
This commit is contained in:
@@ -1332,6 +1332,14 @@ public abstract class ConnectionService extends Service {
|
||||
mAdapter.onRemoteRttRequest(id);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPhoneAccountChanged(Connection c, PhoneAccountHandle pHandle) {
|
||||
String id = mIdByConnection.get(c);
|
||||
if (id != null) {
|
||||
mAdapter.onPhoneAccountChanged(id, pHandle);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/** {@inheritDoc} */
|
||||
|
||||
Reference in New Issue
Block a user