Loading services/core/java/com/android/server/am/ServiceRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -947,7 +947,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN } public void postNotification() { if (isForeground && foregroundNoti != null) { if (isForeground && foregroundNoti != null && app != null) { final int appUid = appInfo.uid; final int appPid = app.getPid(); // Do asynchronous communication with notification manager to Loading Loading
services/core/java/com/android/server/am/ServiceRecord.java +1 −1 Original line number Diff line number Diff line Loading @@ -947,7 +947,7 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN } public void postNotification() { if (isForeground && foregroundNoti != null) { if (isForeground && foregroundNoti != null && app != null) { final int appUid = appInfo.uid; final int appPid = app.getPid(); // Do asynchronous communication with notification manager to Loading