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

Commit 150942a1 authored by Rambo Wang's avatar Rambo Wang Committed by Automerger Merge Worker
Browse files

Merge "Adapt to location changes in NetworkScanRequestTracker" am: dbb07f6e

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1695091

Change-Id: I4704c5e98190d49ea3201c2c02250797732281a9
parents f9123b93 dbb07f6e
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) {