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

Commit f3d825f0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents ca0c29f0 3abc0742
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