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

Commit 5fa6d3bd authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "PackageManagerService: regenerate snapshot before writing settings" into udc-dev

parents 02c811c0 040073ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7218,6 +7218,7 @@ public class PackageManagerService implements PackageSender, TestUtilityService
     * TODO(b/182523293): This should be removed once we finish migration of permission storage.
     */
    void writeSettingsLPrTEMP(boolean sync) {
        snapshotComputer(false);
        mPermissionManager.writeLegacyPermissionsTEMP(mSettings.mPermissions);
        mSettings.writeLPr(mLiveComputer, sync);
    }