Merge "Do not enable storage data isolation when mount mode is none."
This commit is contained in:
committed by
Android (Google) Code Review
commit
8ebba34992
@@ -2222,7 +2222,8 @@ public final class ProcessList {
|
||||
// access /mnt/user anyway.
|
||||
&& app.mountMode != Zygote.MOUNT_EXTERNAL_ANDROID_WRITABLE
|
||||
&& app.mountMode != Zygote.MOUNT_EXTERNAL_PASS_THROUGH
|
||||
&& app.mountMode != Zygote.MOUNT_EXTERNAL_INSTALLER;
|
||||
&& app.mountMode != Zygote.MOUNT_EXTERNAL_INSTALLER
|
||||
&& app.mountMode != Zygote.MOUNT_EXTERNAL_NONE;
|
||||
}
|
||||
|
||||
private Process.ProcessStartResult startProcess(HostingRecord hostingRecord, String entryPoint,
|
||||
|
||||
Reference in New Issue
Block a user