Skip to content
Snippets Groups Projects
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
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