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

Commit 2dc278f6 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] [RESTRICT AUTOMERGE] Null is a valid volume uuid. 2p: 3fae7a0c

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

Bug: 265477208
Change-Id: I8e11486666ede79044dccd34a30a7d8b014210b9
Merged-In: Ib2af1afc78b3d9c6d8eb534e5f536aae153eeeb0
parents 610dfe45 3fae7a0c
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;