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

Commit b3cf6d53 authored by Hall Liu's avatar Hall Liu Committed by Rambo Wang
Browse files

Adapt to location changes in NetworkScanRequestTracker

Bug: 157170257
Test: CTS
Merged-In: Ic3860ae2ffdee31929082365c6de321c659aaeee
Change-Id: Ic3860ae2ffdee31929082365c6de321c659aaeee
(cherry picked from commit be6dbd50)
parent a8efa11c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -446,6 +446,8 @@ public final class NetworkScanRequestTracker {
                    .setCallingPid(nsri.mPid)
                    .setCallingUid(nsri.mUid)
                    .setMinSdkVersionForFine(Build.VERSION_CODES.Q)
                    .setMinSdkVersionForCoarse(Build.VERSION_CODES.Q)
                    .setMinSdkVersionForEnforcement(Build.VERSION_CODES.Q)
                    .setMethod("NetworkScanTracker#onResult")
                    .build();
            if (ar.exception == null && ar.result != null) {