foregroundService in android java

后端 未结 0 1764
庸人自扰
庸人自扰 2021-01-14 11:51
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
        startForegroundService(new Intent(this,service.class));
    }

Here\'s the source co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题