Loading services/java/com/android/server/ProfileManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,8 @@ public class ProfileManagerService extends IProfileManager.Stub { NotificationGroup ng = NotificationGroup.fromXml(xpp, context); addNotificationGroupInternal(ng); } } else if (event == XmlPullParser.END_DOCUMENT) { throw new IOException("Premature end of file while reading " + PROFILE_FILENAME); } event = xpp.next(); } Loading Loading
services/java/com/android/server/ProfileManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -416,6 +416,8 @@ public class ProfileManagerService extends IProfileManager.Stub { NotificationGroup ng = NotificationGroup.fromXml(xpp, context); addNotificationGroupInternal(ng); } } else if (event == XmlPullParser.END_DOCUMENT) { throw new IOException("Premature end of file while reading " + PROFILE_FILENAME); } event = xpp.next(); } Loading