Intent intent = new Intent(); intent.setDataAndType(Uri.parse(url), 'application/pdf'); Intent chooserIntent = Intent.createChooser(intent, 'Open Report'); ...
確定! 回上一頁