Skip to content

Instantly share code, notes, and snippets.

@jansenfelipe
Created April 22, 2014 12:41
Show Gist options
  • Save jansenfelipe/11177527 to your computer and use it in GitHub Desktop.
Save jansenfelipe/11177527 to your computer and use it in GitHub Desktop.
Intent intent = new Intent(MainActivity.this, com.artifex.mupdflib.MuPDFActivity.class);
intent.setAction(Intent.ACTION_VIEW);
intent.setData("file:///android_asset/teste.pdf");
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment