Merge "Re-add Connection.getCallCapabilities" into lmp-mr1-dev

This commit is contained in:
Evan Charlton
2014-12-03 18:09:30 +00:00
committed by Android (Google) Code Review

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.
*