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

Commit 5471cfc7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add doc to Configuration.setTo() method"

parents 243c0172 d30149ee
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -766,6 +766,11 @@ public final class Configuration implements Parcelable, Comparable<Configuration
        }
    }

    /**
     * Sets the fields in this object to those in the given Configuration.
     *
     * @param o The Configuration object used to set the values of this Configuration's fields.
     */
    public void setTo(Configuration o) {
        fontScale = o.fontScale;
        mcc = o.mcc;