Merge "Fixed call to setServiceForegroundInnerLocked()."

This commit is contained in:
TreeHugger Robot
2017-02-10 22:44:24 +00:00
committed by Android (Google) Code Review

View File

@@ -462,7 +462,7 @@ public final class ActiveServices {
ComponentName cmp = startServiceInnerLocked(smap, service, r, callerFg, addToStarting);
if (notification != null) {
setServiceForegroundInnerLocked(r, callingUid, notification, 0);
setServiceForegroundInnerLocked(r, id, notification, 0);
}
return cmp;
}