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

Commit 3808bca1 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Expose capabilitiesToString for use in Telecom." am: b7d9e55b am: b9cdc48c

am: 1e44acb5

Change-Id: I887d9a702c85252612751a7209210db0bf78613f
parents 81f97775 1e44acb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -985,10 +985,10 @@ public final class PhoneAccount implements Parcelable {
    /**
     * Generates a string representation of a capabilities bitmask.
     *
     * @param capabilities The capabilities bitmask.
     * @return String representation of the capabilities bitmask.
     * @hide
     */
    private String capabilitiesToString() {
    public String capabilitiesToString() {
        StringBuilder sb = new StringBuilder();
        if (hasCapabilities(CAPABILITY_SELF_MANAGED)) {
            sb.append("SelfManaged ");