Does updating a Notification remove a Service's foreground status?
问题 In my app, I place my Service in the foreground to prevent it from being killed by using: startForeground(NOTIFY_ID, notification); This also displays the notification to the user (which is great). The problem is that later I need to update the notification. So I use the code: notification.setLatestEventInfo(getApplicationContext(), someString, someOtherString, contentIntent); mNotificationManager.notify(NOTIFY_ID, notification); The question then is: will doing this knock the Service out of