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

Commit 50843deb authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add final qualifier in LocationPermissionChecker" am: b002b204

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1618842

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic07a7bd60e51b5ae6f60f168cfe2b7a7c1848e6f
parents e3a7d6a2 b002b204
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ public class LocationPermissionChecker {
    }

    private boolean isTargetSdkLessThan(String packageName, int versionCode, int callingUid) {
        long ident = Binder.clearCallingIdentity();
        final long ident = Binder.clearCallingIdentity();
        try {
            if (mContext.getPackageManager().getApplicationInfoAsUser(
                    packageName, 0,