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

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

Merge "Let GnssLocationProvider pierce battery saving"

parents 6ff5ad9a 41153fd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -976,7 +976,7 @@ public class GnssLocationProvider extends AbstractLocationProvider implements
        }

        if (DEBUG) Log.d(TAG, "setRequest " + mProviderRequest);
        if (mProviderRequest.reportLocation && !mDisableGps && isEnabled()) {
        if (mProviderRequest.reportLocation && isEnabled()) {
            // update client uids
            updateClientUids(mWorkSource);