ChatSE icon indicating copy to clipboard operation
ChatSE copied to clipboard

Replace deprecated getRunningTasks with another solution

Open TristanWiley opened this issue 7 years ago • 1 comments

In IncomingEventService, getRunningTasks is deprecated. This is used to get the foregroundTaskInfo and determine if our app is in the foreground.

We need a non-deprecated way to do this.

TristanWiley avatar Nov 15 '17 04:11 TristanWiley