在这里,我打开Pdf从原始文件夹,,,并使用罐子的PDfViewer,但问题是..查看Pdf ..我想打开大尺寸,并打开小尺寸.. uripdf =" android.resource://" + getPackageName()+" /" + R.raw.knowhindi;
final Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.parse(uripdf), "pdf/*");
intent.setClass(getApplicationContext(), Second.class);
startActivity(intent);