Re-add Connection.getCallCapabilities

This method wasn't supposed to be removed.

Bug: 18594044
Bug: 18292176
Change-Id: Iac4cc0972643a8271957e480d3f48d50243af271
This commit is contained in:
Sailesh Nepal
2014-12-02 15:18:25 -08:00
committed by Jay Shrauner
parent 73f1047318
commit ef77f0ed78

View File

@@ -838,6 +838,11 @@ public abstract class Connection implements IConferenceable {
return mConnectionCapabilities;
}
/** @hide */
@SystemApi @Deprecated public final int getCallCapabilities() {
return getConnectionCapabilities();
}
/**
* Sets the value of the {@link #getAddress()} property.
*