Loading services/devicepolicy/java/com/android/server/devicepolicy/DeviceOwner.java +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
services/devicepolicy/java/com/android/server/devicepolicy/DeviceOwner.java +2 −2 Original line number Diff line number Diff line Loading @@ -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); Loading