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

Commit 530bb125 authored by Rubin Xu's avatar Rubin Xu Committed by android-build-merger
Browse files

Merge "Fix OTA info persistence logic" into pi-dev am: ee7802f5

am: 08d7901d

Change-Id: I49fbf44919c6bd7cd34845b9bce5437790be4af9
parents 11842e0b 08d7901d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -723,6 +723,11 @@ class Owners {
                mSystemUpdatePolicy.saveToXml(out);
                out.endTag(null, TAG_SYSTEM_UPDATE_POLICY);
            }

            if (mSystemUpdateInfo != null) {
                mSystemUpdateInfo.writeToXml(out, TAG_PENDING_OTA_INFO);
            }

            if (mSystemUpdateFreezeStart != null || mSystemUpdateFreezeEnd != null) {
                out.startTag(null, TAG_FREEZE_PERIOD_RECORD);
                if (mSystemUpdateFreezeStart != null) {