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