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

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

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

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

Change-Id: I0ee57a678913527987a68ebe67ae0873a0be6de5
parents d3f02497 150942a1
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) {