Loading services/core/java/com/android/server/pm/UserManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -5248,7 +5248,8 @@ public class UserManagerService extends IUserManager.Stub { Slog.w(LOG_TAG, "Unable to notify AppOpsService of removing user.", e); } if (userData.info.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) { if (userData.info.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID && userData.info.isProfile()) { sendProfileRemovedBroadcast(userData.info.profileGroupId, userData.info.id, userData.info.userType); } Loading Loading
services/core/java/com/android/server/pm/UserManagerService.java +2 −1 Original line number Diff line number Diff line Loading @@ -5248,7 +5248,8 @@ public class UserManagerService extends IUserManager.Stub { Slog.w(LOG_TAG, "Unable to notify AppOpsService of removing user.", e); } if (userData.info.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID) { if (userData.info.profileGroupId != UserInfo.NO_PROFILE_GROUP_ID && userData.info.isProfile()) { sendProfileRemovedBroadcast(userData.info.profileGroupId, userData.info.id, userData.info.userType); } Loading