kingdoom0
kingdoom0
is any one can help
@jeancsanchez I changed this behavior not to kill the playlist when exiting the application with the formation of a notification that includes the music that is playing now, but when...
thats my view code ``` import android.os.Bundle; import android.util.Log; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import com.github.barteksc.pdfviewer.PDFView; import com.github.barteksc.pdfviewer.scroll.DefaultScrollHandle; import com.github.barteksc.pdfviewer.util.FitPolicy; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; public class my_view extends AppCompatActivity...