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

Commit 588fb15d authored by Victoria Lease's avatar Victoria Lease Committed by Android (Google) Code Review
Browse files

Merge "LocationManager permissions cleanup" into jb-mr1-dev

parents 0141faec 37425c34
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -221,6 +221,18 @@ public final class LocationRequest implements Parcelable {
    /** @hide */
    public LocationRequest() { }

    /** @hide */
    public LocationRequest(LocationRequest src) {
        mQuality = src.mQuality;
        mInterval = src.mInterval;
        mFastestInterval = src.mFastestInterval;
        mExplicitFastestInterval = src.mExplicitFastestInterval;
        mExpireAt = src.mExpireAt;
        mNumUpdates = src.mNumUpdates;
        mSmallestDisplacement = src.mSmallestDisplacement;
        mProvider = src.mProvider;
    }

    /**
     * Set the quality of the request.
     *
+142 −101

File changed.

Preview size limit exceeded, changes collapsed.