File file = new File( getCacheDir(), "screenshot.png"); ... file.setReadable(true, false); Uri uri = Uri.fromFile(file); ... intent.putExtra(Intent.EXTRA_STREAM ...
確定! 回上一頁