| | |
| | | import androidx.core.app.NotificationCompat; |
| | | |
| | | import com.hdl.photovoltaic.R; |
| | | import com.hdl.photovoltaic.other.HdlLogLogic; |
| | | import com.hdl.photovoltaic.other.HdlThreadLogic; |
| | | |
| | | |
| | | public class MyForegroundService extends Service { |
| | |
| | | createNotificationChannel(); |
| | | isRunning = true; |
| | | } |
| | | |
| | | // @Override |
| | | // public void onTaskRemoved(Intent rootIntent) { |
| | | // super.onTaskRemoved(rootIntent); |
| | | // isRunning = false; |
| | | // // 停止服务 |
| | | // stopSelf(); |
| | | // } |
| | | @Override |
| | | public int onStartCommand(Intent intent, int flags, int startId) { |
| | | // 创建通知 |