Merge "Add final qualifier in LocationPermissionChecker"

This commit is contained in:
Treehugger Robot
2021-03-09 07:58:14 +00:00
committed by Gerrit Code Review

View File

@@ -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,