API support for reporting of changes to call features.
(eg VoLTE, VoWIFI, etc) Bug: 15987281 Change-Id: Iae351ca2fe7b36c067106695f611cca6b3230556
This commit is contained in:
@@ -193,6 +193,12 @@ public final class RemoteConnectionService implements DeathRecipient {
|
||||
} catch (RemoteException e) {
|
||||
}
|
||||
}
|
||||
|
||||
/** ${inheritDoc} */
|
||||
@Override
|
||||
public void setFeatures(String connectionId, int features) {
|
||||
// not supported for remote connections.
|
||||
}
|
||||
};
|
||||
|
||||
RemoteConnectionService(ComponentName componentName, ICallService callService)
|
||||
|
||||
Reference in New Issue
Block a user