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

Commit be6dbd50 authored by Hall Liu's avatar Hall Liu
Browse files

Adapt to location changes in NetworkScanRequestTracker

Bug: 157170257
Test: CTS
Change-Id: Ic3860ae2ffdee31929082365c6de321c659aaeee
parent 5d410cfa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -443,6 +443,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) {