Merge "Re-add Connection.getCallCapabilities" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5ce118d1f4
@@ -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