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

Commit 0cac1e44 authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

Merge "SoftApConfiguration#getChannels(): return clone"

parents 676369c4 e4b731af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -538,7 +538,7 @@ public final class SoftApConfiguration implements Parcelable {
        if (!SdkLevel.isAtLeastS()) {
            throw new UnsupportedOperationException();
        }
        return mChannels;
        return mChannels.clone();
    }

    /**