playCurrent

public final static Unit playCurrent(Context context)

This methods is mainly used when the user stops the current song and then wants to keep on playing it again. We therefore just look which song is currently assigned to the mediaPlayer and execute the startPlaying method to resume the song

Parameters

context

Context of the app