* commit '10dff0a710b46cc1ddf554e6c83941a201aa6150': Re-add Connection.getCallCapabilities
This commit is contained in:
@@ -838,6 +838,11 @@ public abstract class Connection implements IConferenceable {
|
|||||||
return mConnectionCapabilities;
|
return mConnectionCapabilities;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @hide */
|
||||||
|
@SystemApi @Deprecated public final int getCallCapabilities() {
|
||||||
|
return getConnectionCapabilities();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the value of the {@link #getAddress()} property.
|
* Sets the value of the {@link #getAddress()} property.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user