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

Commit bdd44838 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

Merge "Instant apps should have default view of storage?" into qt-dev

am: 4aa99a78

Change-Id: Id59f1c1405b873f43b06b50be0c102ce9a0b290e
parents 808a6f3d 4aa99a78
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3766,7 +3766,7 @@ class StorageManagerService extends IStorageManager.Stub
                return Zygote.MOUNT_EXTERNAL_NONE;
                return Zygote.MOUNT_EXTERNAL_NONE;
            }
            }
            if (mPmInternal.isInstantApp(packageName, UserHandle.getUserId(uid))) {
            if (mPmInternal.isInstantApp(packageName, UserHandle.getUserId(uid))) {
                return Zygote.MOUNT_EXTERNAL_NONE;
                return Zygote.MOUNT_EXTERNAL_DEFAULT;
            }
            }


            // Determine if caller is holding runtime permission
            // Determine if caller is holding runtime permission