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

Commit 627aad9c authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android (Google) Code Review
Browse files

Merge "Small fix in DeviceOwner.java."

parents 19db0f03 f2a5bf88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ public class DeviceOwner {
                    int userId = Integer.parseInt(parser.getAttributeValue(null, ATTR_USERID));
                    mProfileOwners.put(userId,
                            new OwnerInfo(
                                    profileOwnerPackageName, profileOwnerName, profileEnabled));
                                    profileOwnerName, profileOwnerPackageName, profileEnabled));
                } else {
                    throw new XmlPullParserException(
                            "Unexpected tag in device owner file: " + tag);