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

Commit 53527b2e authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Android (Google) Code Review
Browse files

Merge "Null is a valid volume uuid."

parents da0bfea7 ec8328db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -292,7 +292,7 @@ public class InstallLocationUtils {

        // For new installations of a predefined size, check property to let it through
        // regardless of the actual free space.
        if (bestCandidate != null && Integer.MAX_VALUE == params.sizeBytes
        if (!volumePaths.isEmpty() && Integer.MAX_VALUE == params.sizeBytes
                && SystemProperties.getBoolean("debug.pm.install_skip_size_check_for_maxint",
                false)) {
            return bestCandidate;