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

Commit 0e51137f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Only persist category hint when actually mutated."

parents d39f71bb eda5d518
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -13018,10 +13018,12 @@ public class PackageManagerService extends IPackageManager.Stub {
                        + " is not installer for " + packageName);
            }
            if (ps.categoryHint != categoryHint) {
                ps.categoryHint = categoryHint;
                scheduleWriteSettingsLocked();
            }
        }
    }
    private void processPendingInstall(final InstallArgs args, final int currentStatus) {
        // Queue up an async operation since the package installation may take a little while.