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

Commit f6819907 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Ensure device_owners2.xml is always written." into udc-dev am: f3d825f0

parents 91ec5ada f3d825f0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -354,8 +354,7 @@ class OwnersData {

        @Override
        boolean shouldWrite() {
            return (mDeviceOwner != null) || (mSystemUpdatePolicy != null)
                    || (mSystemUpdateInfo != null);
            return true;
        }

        @Override