@RequiresApi(Build.VERSION_CODES.O)
    @JvmStatic
    @JvmOverloads
    fun getImmutableForegroundService(activity: Context, code: Int, intent: Intent, flags: Int = 0): PendingIntent {
        return if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {