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

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

Merge "Improve document for Location#setExtras(Bundle)."

parents 8a0e0a73 25bc14e9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1033,6 +1033,9 @@ public class Location implements Parcelable {
    /**
     * Sets the extra information associated with this fix to the
     * given Bundle.
     *
     * <p>Note this stores a copy of the given extras, so any changes to extras after calling this
     * method won't be reflected in the location bundle.
     */
    public void setExtras(Bundle extras) {
        mExtras = (extras == null) ? null : new Bundle(extras);