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

Commit e06c5296 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Merge "FingerprintService: requires ro.product.first_api_level" into...

Merge "Merge "FingerprintService: requires ro.product.first_api_level" into pi-dev am: 908b548f" into pi-dev-plus-aosp
am: 31abe4a3

Change-Id: I289097927850fbc857783c1e87796cbda734f668
parents e465b504 31abe4a3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1500,7 +1500,10 @@ public class FingerprintService extends SystemService implements IHwBinder.Death
                userId = getUserOrWorkProfileId(clientPackage, userId);
                if (userId != mCurrentUserId) {
                    int firstSdkInt = Build.VERSION.FIRST_SDK_INT;
                    if (firstSdkInt == 0) firstSdkInt = Build.VERSION.SDK_INT;
                    if (firstSdkInt < Build.VERSION_CODES.BASE) {
                        Slog.e(TAG, "First SDK version " + firstSdkInt + " is invalid; must be " +
                                "at least VERSION_CODES.BASE");
                    }
                    File baseDir;
                    if (firstSdkInt <= Build.VERSION_CODES.O_MR1) {
                        baseDir = Environment.getUserSystemDirectory(userId);