Loading services/core/java/com/android/server/am/ServiceRecord.java +2 −2 Original line number Diff line number Diff line Loading @@ -947,9 +947,9 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN } public void postNotification() { if (isForeground && foregroundNoti != 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 +2 −2 Original line number Diff line number Diff line Loading @@ -947,9 +947,9 @@ final class ServiceRecord extends Binder implements ComponentName.WithComponentN } public void postNotification() { if (isForeground && foregroundNoti != 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