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

Commit 1ff03bf0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[incremental] don't uninstall on unhealthy" into sc-dev am: bfc6048a

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

Change-Id: I97997a69ba14848be5b111e766a97f4bd836f0c0
parents ad4e9f9e bfc6048a
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -3881,14 +3881,6 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub {
                @Override
                public void onHealthStatus(int storageId, int status) {
                    if (mDestroyed || mDataLoaderFinished) {
                        // App's installed.
                        switch (status) {
                            case IStorageHealthListener.HEALTH_STATUS_UNHEALTHY:
                                if (systemDataLoader) {
                                    onSystemDataLoaderUnrecoverable();
                                }
                                return;
                        }
                        return;
                    }