Skip to content
Snippets Groups Projects
Commit f0390826 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 bc4d55d5 f3d825f0
No related branches found
No related tags found
No related merge requests found
......@@ -354,8 +354,7 @@ class OwnersData {
@Override
boolean shouldWrite() {
return (mDeviceOwner != null) || (mSystemUpdatePolicy != null)
|| (mSystemUpdateInfo != null);
return true;
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment