API support for reporting of changes to call features.

(eg VoLTE, VoWIFI, etc)

Bug: 15987281
Change-Id: Iae351ca2fe7b36c067106695f611cca6b3230556
This commit is contained in:
Tyler Gunn
2014-07-01 11:31:21 -07:00
parent 5dfb86bb09
commit 8d83fa9bbd
9 changed files with 177 additions and 2 deletions

View File

@@ -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)