Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f50d111e authored by Evan Charlton's avatar Evan Charlton Committed by Android Git Automerger
Browse files

am c0362c5d: am 10dff0a7: am 5ce118d1: Merge "Re-add...

am c0362c5d: am 10dff0a7: am 5ce118d1: Merge "Re-add Connection.getCallCapabilities" into lmp-mr1-dev

* commit 'c0362c5d':
  Re-add Connection.getCallCapabilities
parents ba6f8841 c0362c5d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.
     *