Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

i have pdf file contain audio sound button ,, i need when click this button the audio is run without open other app

I have a pdf file containing an audio sound button. I need the audio to run when I click this button without opening other apps.

pdfView = (PDFView) findViewById(R.id.pdfView);
pdfView.fromFile(new File("/storage/sdcard0/Download/pdf.pdf")).defaultPage(1).enableSwipe(true).onPageChange(this).load();

Comments