Skip to content

Commit

Permalink
fix(core.runtime): 补全Service的3参startForeground方法
Browse files Browse the repository at this point in the history
空实现对齐已有startForeground方法。只支持第三方SDK编译通过。

fix #617
  • Loading branch information
LinXueyuanStdio authored and shifujun committed Sep 23, 2021
1 parent 9de3cdc commit 85c80f5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ public final void stopForeground(boolean removeNotification) {
//todo #37 支持Service设置Foreground
//mHostServiceDelegator.stopForeground(removeNotification);
}

public final void startForeground(int id, Notification notification, int foregroundServiceType){

}

public final void stopForeground(int flags) {

Expand Down

0 comments on commit 85c80f5

Please sign in to comment.