Loading services/core/java/com/android/server/notification/ManagedServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -868,7 +868,7 @@ abstract public class ManagedServices { return false; } if (this.userid == UserHandle.USER_ALL) return true; if (this.userid == UserHandle.USER_SYSTEM) return true; if (this.isSystem) return true; if (nid == UserHandle.USER_ALL || nid == this.userid) return true; return supportsProfiles() && mUserProfiles.isCurrentProfile(nid); } Loading Loading
services/core/java/com/android/server/notification/ManagedServices.java +1 −1 Original line number Diff line number Diff line Loading @@ -868,7 +868,7 @@ abstract public class ManagedServices { return false; } if (this.userid == UserHandle.USER_ALL) return true; if (this.userid == UserHandle.USER_SYSTEM) return true; if (this.isSystem) return true; if (nid == UserHandle.USER_ALL || nid == this.userid) return true; return supportsProfiles() && mUserProfiles.isCurrentProfile(nid); } Loading