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

Commit f2a5bf88 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Small fix in DeviceOwner.java.

Change-Id: Ibfa4ae7b1bc269bc51532026f8a6cc3c75cc42bf
parent df2258be
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);