Merge "Don't set mDestroyed for a staged session"
This commit is contained in:
@@ -3400,7 +3400,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
|
||||
private void destroyInternal() {
|
||||
synchronized (mLock) {
|
||||
mSealed = true;
|
||||
if (!params.isStaged || isStagedAndInTerminalState()) {
|
||||
if (!params.isStaged) {
|
||||
mDestroyed = true;
|
||||
}
|
||||
// Force shut down all bridges
|
||||
|
||||
Reference in New Issue
Block a user