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

Commit 645a16fb authored by Victoria Lease's avatar Victoria Lease Committed by Android Git Automerger
Browse files

am 588fb15d: Merge "LocationManager permissions cleanup" into jb-mr1-dev

* commit '588fb15d':
  LocationManager permissions cleanup
parents 868f82ae 588fb15d
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -221,6 +221,18 @@ public final class LocationRequest implements Parcelable {
    /** @hide */
    /** @hide */
    public LocationRequest() { }
    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.
     * Set the quality of the request.
     *
     *
+142 −101

File changed.

Preview size limit exceeded, changes collapsed.