Re-add Connection.getCallCapabilities
This method wasn't supposed to be removed. Bug: 18594044 Bug: 18292176 Change-Id: Iac4cc0972643a8271957e480d3f48d50243af271
This commit is contained in:
committed by
Jay Shrauner
parent
73f1047318
commit
ef77f0ed78
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user